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