Searched refs:pMsgCtrl (Results 1 – 1 of 1) sorted by relevance
626 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture() local627 pMsgCtrl->SetCapture(this); in SetCapture()635 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture() local636 pMsgCtrl->ReleaseCapture(); in ReleaseCapture()640 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus() local641 if (!pMsgCtrl->IsMainCaptureKeyboard(this)) in SetFocus()642 pMsgCtrl->KillFocus(); in SetFocus()643 pMsgCtrl->SetFocus(this); in SetFocus()648 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus() local649 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()[all …]