1 write to MoveLastItem
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingNavigator.cs (1)
144MoveLastItem = new System.Windows.Forms.ToolStripButton();
7 references to MoveLastItem
System.Windows.Forms (7)
winforms\Managed\System\WinForms\BindingNavigator.cs (7)
166MoveLastItem.Name = ch + "indingNavigatorMoveLastItem"; 178MoveLastItem.Text = SR.GetString(SR.BindingNavigatorMoveLastItemText); 209MoveLastItem.Image = moveLastImage; 216MoveLastItem.RightToLeftAutoMirrorImage = true; 223MoveLastItem.DisplayStyle = ToolStripItemDisplayStyle.Image; 245MoveLastItem, 527if (MoveLastItem != null) moveLastItem.Enabled = (position < count);