3 writes to currentItemHookedForItemChange
System.Windows.Forms (3)
winforms\Managed\System\WinForms\BindingSource.cs (3)
1395this.currentItemHookedForItemChange = this.Current; 1399this.currentItemHookedForItemChange = null; 1408this.currentItemHookedForItemChange = null;
4 references to currentItemHookedForItemChange
System.Windows.Forms (4)
winforms\Managed\System\WinForms\BindingSource.cs (4)
904if (sender == currentItemHookedForItemChange) { 1391Debug.Assert(this.currentItemHookedForItemChange == null, "BindingSource trying to hook new current item before unhooking old current item!"); 1396WirePropertyChangedEvents(this.currentItemHookedForItemChange); 1407UnwirePropertyChangedEvents(this.currentItemHookedForItemChange);