Searched refs:m_bLockFocus (Results 1 – 1 of 1) sorted by relevance
73 bool m_bLockFocus; //lock the focus notification while a modal dialog is active member104 m_bLockFocus(false), in SpellState()557 if(m_pSpellState->m_bLockFocus) in GetFocus()620 if(m_pSpellState->m_bLockFocus) in LoseFocus()890 DBG_ASSERT(m_pSpellState->m_bLockFocus != bLock, "invalid locking - no change of state"); in LockFocusNotification()891 m_pSpellState->m_bLockFocus = bLock; in LockFocusNotification()
Completed in 7 milliseconds