5 references to AllowNewIsSet
System.Windows.Forms (5)
System\Windows\Forms\DataBinding\BindingSource.cs (5)
112if (_state.HasFlag(BindingSourceStates.AllowNewIsSet)) 1031_state.ChangeFlags(BindingSourceStates.AllowNewIsSet, false); 1226internal virtual bool ShouldSerializeAllowNew() => _state.HasFlag(BindingSourceStates.AllowNewIsSet); 1647if (_state.HasFlag(BindingSourceStates.AllowNewIsSet) && value == _state.HasFlag(BindingSourceStates.AllowNewSetValue)) 1661_state.ChangeFlags(BindingSourceStates.AllowNewIsSet, true);