Searched refs:pFocusHandler (Results 1 – 5 of 5) sorted by relevance
210 pFocusHandler(NULL), in PWL_CREATEPARAM()233 IPWL_FocusHandler* pFocusHandler; // optional member
678 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler()) in OnSetFocus() local679 pFocusHandler->OnSetFocus(this); in OnSetFocus()694 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler()) in OnKillFocus() local695 pFocusHandler->OnKillFocus(this); in OnKillFocus()
241 if (m_sPrivateParam.pFocusHandler == handler) in InvalidateFocusHandler()242 m_sPrivateParam.pFocusHandler = nullptr; in InvalidateFocusHandler()811 return m_sPrivateParam.pFocusHandler; in GetFocusHandler()
76 cp.pFocusHandler = this; in GetCreateParam()
40 cp.pFocusHandler = this; in GetCreateParam()