9 references to Clear
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
1919Items.Clear(); 4236DisplayedItems.Clear(); 4237OverflowItems.Clear();
System\Windows\Forms\Controls\ToolStrips\ToolStripItemCollection.cs (1)
290void IList.Clear() { Clear(); }
System\Windows\Forms\MDI\MDIControlStrip.cs (1)
126_system.DropDown.Items.Clear();
System\Windows\Forms\MDI\MdiWindowListStrip.cs (1)
75mergeItem.DropDownItems.Clear();
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\GroupedContextMenuStrip.cs (1)
47Items.Clear();
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
993_contextMenuStrip.Items.Clear();
WinFormsControlsTest (1)
DragDrop.cs (1)
469_catContextMenuStrip.Items.Clear();