Searched refs:IsWndCaptureKeyboard (Results 1 – 2 of 2) sorted by relevance
66 bool IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard() function in CPWL_MsgControl313 if (!IsWndCaptureKeyboard(this)) \316 if (pChild && IsWndCaptureKeyboard(pChild)) \371 if (!IsWndCaptureKeyboard(this)) in OnMouseWheel()375 if (pChild && IsWndCaptureKeyboard(pChild)) in OnMouseWheel()536 if (pMsgCtrl->IsWndCaptureKeyboard(this)) in KillFocus()655 bool CPWL_Wnd::IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const { in IsWndCaptureKeyboard() function in CPWL_Wnd657 return pCtrl ? pCtrl->IsWndCaptureKeyboard(pWnd) : false; in IsWndCaptureKeyboard()
281 bool IsWndCaptureKeyboard(const CPWL_Wnd* pWnd) const;