9 references to ToolStripButton
System.Windows.Forms (9)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.cs (1)
15: base()
System\Windows\Forms\DataBinding\BindingNavigator.cs (6)
132MoveFirstItem = new ToolStripButton(); 133MovePreviousItem = new ToolStripButton(); 134MoveNextItem = new ToolStripButton(); 135MoveLastItem = new ToolStripButton(); 138AddNewItem = new ToolStripButton(); 139DeleteItem = new ToolStripButton();
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
760_printToolStripButton = new ToolStripButton(); 778_closeToolStripButton = new ToolStripButton();