Implemented interface member:
6 references to Dispose
System.Drawing.Common (4)
System\Drawing\BufferedGraphics.cs (1)
45_context.Dispose();
System\Drawing\BufferedGraphicsContext.cs (3)
163tempContext.Dispose(); 501Dispose(); 521Dispose();
System.Drawing.Common.Tests (2)
System\Drawing\BufferedGraphicsContextTests.cs (2)
233Assert.Throws<InvalidOperationException>(context.Dispose); 246Assert.Throws<InvalidOperationException>(context.Dispose);