Lines Matching refs:CPWL_MsgControl
33 class CPWL_MsgControl final : public Observable { class
35 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) : m_pCreatedWnd(pWnd) {} in CPWL_MsgControl() function in CPWL_MsgControl
36 ~CPWL_MsgControl() {} in ~CPWL_MsgControl()
70 ObservedPtr<CPWL_MsgControl> observed_ptr(this); in KillFocus()
500 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture()
508 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture()
513 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus()
521 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus()
611 m_CreationParams.pMsgControl = new CPWL_MsgControl(this); in CreateMsgControl()
615 CPWL_MsgControl* pMsgControl = GetMsgControl(); in DestroyMsgControl()
620 CPWL_MsgControl* CPWL_Wnd::GetMsgControl() const { in GetMsgControl()
629 CPWL_MsgControl* pCtrl = GetMsgControl(); in IsWndCaptureMouse()
634 CPWL_MsgControl* pCtrl = GetMsgControl(); in IsWndCaptureKeyboard()
639 CPWL_MsgControl* pCtrl = GetMsgControl(); in IsFocused()
749 CPWL_MsgControl* pMsgCtrl = GetMsgControl(); in GetFocused()