2 writes to allowNewSetValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingSource.cs (2)
1182this.allowNewSetValue = true; 1872this.allowNewSetValue = value;
2 references to allowNewSetValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingSource.cs (2)
156return this.allowNewSetValue; 1859if (this.allowNewIsSet && value == this.allowNewSetValue) {