7 references to Clear
System.Windows.Forms (7)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
1185this.childCollection.Clear(); 1230this.childCollection.Clear(); 1243this.childCollection.Clear();
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
110ChildCollection.Clear();
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
63ChildCollection.Clear();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3757allGridEntries.Clear();
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
353ChildCollection.Clear();