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