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