Searched refs:m_bNotifying (Results 1 – 3 of 3) sorted by relevance
119 if (!m_bNotifying) { in OnMouseEnter()122 m_bNotifying = true; in OnMouseEnter()132 m_bNotifying = false; in OnMouseEnter()152 if (!m_bNotifying) { in OnMouseExit()155 m_bNotifying = true; in OnMouseExit()165 m_bNotifying = false; in OnMouseExit()187 if (!m_bNotifying) { in OnLButtonDown()191 m_bNotifying = true; in OnLButtonDown()201 m_bNotifying = false; in OnLButtonDown()262 if (m_bNotifying) in OnButtonUp()[all …]
170 bool m_bNotifying = false; variable
270 bool IsNotifying() const { return m_bNotifying; } in IsNotifying()324 bool m_bNotifying = false; variable