3 writes to _currentItemHookedForItemChange
System.Windows.Forms (3)
System\Windows\Forms\DataBinding\BindingSource.cs (3)
1239
_currentItemHookedForItemChange
= Current;
1244
_currentItemHookedForItemChange
= null;
1257
_currentItemHookedForItemChange
= null;
4 references to _currentItemHookedForItemChange
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\BindingSource.cs (4)
755
if (sender ==
_currentItemHookedForItemChange
)
1233
Debug.Assert(
_currentItemHookedForItemChange
is null, "BindingSource trying to hook new current item before unhooking old current item!");
1240
WirePropertyChangedEvents(
_currentItemHookedForItemChange
);
1256
UnwirePropertyChangedEvents(
_currentItemHookedForItemChange
);