1 write to controlUpdateMode
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Binding.cs (1)
452
this.
controlUpdateMode
= value;
4 references to controlUpdateMode
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Binding.cs (4)
448
return this.
controlUpdateMode
;
451
if (this.
controlUpdateMode
!= value) {
551
if (tempPropInfo.IsReadOnly && this.
controlUpdateMode
!= ControlUpdateMode.Never) {
1165
if (
controlUpdateMode
== ControlUpdateMode.Never) {