Lines Matching refs:pMsgCtrl
653 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture() local
654 pMsgCtrl->SetCapture(this); in SetCapture()
662 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture() local
663 pMsgCtrl->ReleaseCapture(); in ReleaseCapture()
667 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus() local
668 if (!pMsgCtrl->IsMainCaptureKeyboard(this)) in SetFocus()
669 pMsgCtrl->KillFocus(); in SetFocus()
670 pMsgCtrl->SetFocus(this); in SetFocus()
675 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus() local
676 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()
677 pMsgCtrl->KillFocus(); in KillFocus()
975 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in GetFocused() local
976 return pMsgCtrl->m_pMainKeyboardWnd; in GetFocused()