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