Searched refs:IsFocused (Results 1 – 7 of 7) sorted by relevance
125 if (!IsFocused()) { in OnLButtonDown()143 if (!IsFocused()) { in OnRButtonDown()170 if (!IsFocused()) { in OnSetFocus()287 if (IsFocused()) in UpdateFWLData()
159 if (IsFocused()) in UpdateFWLData()165 if (IsFocused() && !wsText.IsEmpty()) { in UpdateFWLData()
162 bool IsFocused() const { in IsFocused() function
203 pWidget->IsFocused())) { in UpdateUIDisplay()
270 if (ClientHitTest(point) && !IsFocused()) in OnLButtonUp()324 if (!IsFocused() || m_pEdit->IsSelected()) in SetCaret()
235 bool IsFocused() const;
638 bool CPWL_Wnd::IsFocused() const { in IsFocused() function in CPWL_Wnd