2 overrides of Dispose
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
80protected override void Dispose(bool disposing) {
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
241protected override void Dispose(bool disposing) {
4 references to Dispose
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
91base.Dispose(disposing);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1254Dispose(true); 1288Dispose(false);
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
252base.Dispose(disposing);