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)
755if (sender == _currentItemHookedForItemChange) 1233Debug.Assert(_currentItemHookedForItemChange is null, "BindingSource trying to hook new current item before unhooking old current item!"); 1240WirePropertyChangedEvents(_currentItemHookedForItemChange); 1256UnwirePropertyChangedEvents(_currentItemHookedForItemChange);