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