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