7 references to Clear
System.Windows.Forms (7)
winforms\Managed\System\WinForms\MDIControlStrip.cs (1)
176system.DropDown.Items.Clear();
winforms\Managed\System\WinForms\MdiWindowListStrip.cs (1)
73mergeItem.DropDownItems.Clear();
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4513toolStrip.Items.Clear();
winforms\Managed\System\WinForms\ToolStrip.cs (3)
2113Items.Clear(); 4347this.DisplayedItems.Clear(); 4348this.OverflowItems.Clear();
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (1)
340void IList.Clear() { Clear(); }