4 references to Dispose
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (1)
892_inheritanceUI?.Dispose();
System\Windows\Forms\Design\DocumentDesigner.cs (1)
426_inheritanceUI?.Dispose();
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\InheritanceUITests.cs (2)
36_inheritanceUI.Dispose(); 141_inheritanceUI.Invoking(ui => ui.Dispose()).Should().NotThrow();