4 references to InChangeRecordState
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\CurrencyManager.cs (4)
353
_state.ChangeFlags(CurrencyManagerStates.
InChangeRecordState
, true);
360
_state.ChangeFlags(CurrencyManagerStates.
InChangeRecordState
, false);
834
if (!_state.HasFlag(CurrencyManagerStates.
InChangeRecordState
))
891
if ((e.Index == listposition || (e.Index == -1 && Position < Count)) && !_state.HasFlag(CurrencyManagerStates.
InChangeRecordState
))