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