Searched refs:m_pButton (Results 1 – 2 of 2) sorted by relevance
170 m_pButton.Release(); in OnDestroy()278 if (m_pButton) in CreateButton()281 m_pButton = new CPWL_CBButton; in CreateButton()292 m_pButton->Create(bcp); in CreateButton()347 if (m_pButton) { in RePosChildWnd()348 m_pButton->Move(rcButton, true, false); in RePosChildWnd()376 if (m_pButton) { in RePosChildWnd()377 m_pButton->Move(rcButton, true, false); in RePosChildWnd()546 if (child == m_pButton) { in NotifyLButtonDown()
93 UnownedPtr<CPWL_CBButton> m_pButton; variable