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