Lines Matching refs:m_pNormalWidget
25 m_pNormalWidget = std::move(pNewEdit); in LoadWidget()
26 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
29 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
30 pNoteDriver->RegisterEventTarget(m_pNormalWidget.get(), in LoadWidget()
31 m_pNormalWidget.get()); in LoadWidget()
32 m_pOldDelegate = m_pNormalWidget->GetDelegate(); in LoadWidget()
33 m_pNormalWidget->SetDelegate(this); in LoadWidget()
34 m_pNormalWidget->LockUpdate(); in LoadWidget()
38 m_pNormalWidget->UnlockUpdate(); in LoadWidget()
43 CFWL_Edit* pWidget = static_cast<CFWL_Edit*>(m_pNormalWidget.get()); in UpdateWidgetProperty()
61 m_pNormalWidget->ModifyStylesEx(dwExtendedStyle, 0xFFFFFFFF); in UpdateWidgetProperty()