1 override of Dispose
System.Windows.Forms.Tests (1)
System\Windows\Forms\ApplicationContextTests.cs (1)
222protected override void Dispose(bool disposing)
4 references to Dispose
System.Windows.Forms (2)
System\Windows\Forms\ApplicationContext.cs (2)
44~ApplicationContext() => Dispose(false); 93Dispose(true);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ApplicationContextTests.cs (2)
225base.Dispose(disposing); 409public new void Dispose(bool disposing) => base.Dispose(disposing);