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