9 references to Clear
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
1919
Items.
Clear
();
4237
DisplayedItems.
Clear
();
4238
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)
991
_contextMenuStrip.Items.
Clear
();
WinFormsControlsTest (1)
DragDrop.cs (1)
469
_catContextMenuStrip.Items.
Clear
();