Searched refs:m_bLockFocus (Results 1 – 1 of 1) sorted by relevance
75 bool m_bLockFocus; //lock the focus notification while a modal dialog is active member106 m_bLockFocus(false), in SpellState()559 if(m_pSpellState->m_bLockFocus) in GetFocus()622 if(m_pSpellState->m_bLockFocus) in LoseFocus()892 DBG_ASSERT(m_pSpellState->m_bLockFocus != bLock, "invalid locking - no change of state"); in LockFocusNotification()893 m_pSpellState->m_bLockFocus = bLock; in LockFocusNotification()
Completed in 14 milliseconds