Searched refs:m_bNotifyOwner (Results 1 – 2 of 2) sorted by relevance
24 : CFWL_ListBox(app, std::move(properties), pOuter), m_bNotifyOwner(true) { in CFWL_ComboList()133 if (m_bNotifyOwner) in OnDropListMouseMove()134 m_bNotifyOwner = false; in OnDropListMouseMove()148 } else if (m_bNotifyOwner) { in OnDropListMouseMove()166 if (m_bNotifyOwner) { in OnDropListLButtonUp()
29 void SetNotifyOwner(bool notify) { m_bNotifyOwner = notify; } in SetNotifyOwner()40 bool m_bNotifyOwner; variable