1 override of Dispose
System.Windows.Forms.Tests (1)
System\Windows\Forms\ApplicationContextTests.cs (1)
220protected 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)
223base.Dispose(disposing); 407public new void Dispose(bool disposing) => base.Dispose(disposing);