Searched refs:pMsgCtrl (Results 1 – 1 of 1) sorted by relevance
653 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture() local654 pMsgCtrl->SetCapture(this); in SetCapture()662 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture() local663 pMsgCtrl->ReleaseCapture(); in ReleaseCapture()667 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus() local668 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() local676 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()[all …]