2 writes to _moveLastItem
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingNavigator.cs (2)
337_moveLastItem = null; 345WireUpButton(ref _moveLastItem, value, OnMoveLast);
4 references to _moveLastItem
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\BindingNavigator.cs (4)
335if (_moveLastItem is not null && _moveLastItem.IsDisposed) 340return _moveLastItem; 534_moveLastItem!.Enabled = (position < count);