Searched refs:pMsgCtrl (Results 1 – 1 of 1) sorted by relevance
513 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture() local514 pMsgCtrl->SetCapture(this); in SetCapture()522 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture() local523 pMsgCtrl->ReleaseCapture(); in ReleaseCapture()527 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus() local528 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() local536 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()[all …]