Lines Matching refs:pMsgCtrl
513 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture() local
514 pMsgCtrl->SetCapture(this); in SetCapture()
522 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture() local
523 pMsgCtrl->ReleaseCapture(); in ReleaseCapture()
527 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus() local
528 if (!pMsgCtrl->IsMainCaptureKeyboard(this)) in SetFocus()
529 pMsgCtrl->KillFocus(); in SetFocus()
530 pMsgCtrl->SetFocus(this); in SetFocus()
535 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus() local
536 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()
537 pMsgCtrl->KillFocus(); in KillFocus()
788 CPWL_MsgControl* pMsgCtrl = GetMsgControl(); in GetFocused() local
789 return pMsgCtrl ? pMsgCtrl->GetFocusedWindow() : nullptr; in GetFocused()