Searched refs:IsWndCaptureKeyboard (Results 1 – 2 of 2) sorted by relevance
50 bool IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard() function in CPWL_MsgControl277 if (!IsWndCaptureKeyboard(this)) \280 if (IsWndCaptureKeyboard(pChild.get())) \362 if (!IsWndCaptureKeyboard(this)) in OnMouseWheel()366 if (IsWndCaptureKeyboard(pChild.get())) in OnMouseWheel()522 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()633 bool CPWL_Wnd::IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard() function in CPWL_Wnd635 return pCtrl && pCtrl->IsWndCaptureKeyboard(pWnd); in IsWndCaptureKeyboard()
285 bool IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const;