2 writes to moveLastItem
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingNavigator.cs (2)
353moveLastItem = null; 359WireUpButton(ref moveLastItem, value, new EventHandler(OnMoveLast));
4 references to moveLastItem
System.Windows.Forms (4)
winforms\Managed\System\WinForms\BindingNavigator.cs (4)
352if (moveLastItem != null && moveLastItem.IsDisposed) { 355return moveLastItem; 527if (MoveLastItem != null) moveLastItem.Enabled = (position < count);