5 references to AllowNewSetValue
System.Windows.Forms (5)
System\Windows\Forms\DataBinding\BindingSource.cs (5)
74
_state.ChangeFlags(BindingSourceStates.
AllowNewSetValue
, true);
114
return _state.HasFlag(BindingSourceStates.
AllowNewSetValue
);
1032
_state.ChangeFlags(BindingSourceStates.
AllowNewSetValue
, true);
1647
if (_state.HasFlag(BindingSourceStates.AllowNewIsSet) && value == _state.HasFlag(BindingSourceStates.
AllowNewSetValue
))
1662
_state.ChangeFlags(BindingSourceStates.
AllowNewSetValue
, value);