2 writes to allowNewIsSet
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingSource.cs (2)
1181this.allowNewIsSet = false; 1871this.allowNewIsSet = true;
3 references to allowNewIsSet
System.Windows.Forms (3)
winforms\Managed\System\WinForms\BindingSource.cs (3)
155if (this.allowNewIsSet) { 1380return this.allowNewIsSet; 1859if (this.allowNewIsSet && value == this.allowNewSetValue) {