Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
7 references to Dispose
System.Drawing (7)
commonui\System\Drawing\Graphics.cs (6)
378this.previousContext.Dispose(); 4413context.Dispose(); // This will dipose all context object up the stack. 4436context.Dispose(); 4481context.Dispose(); 4503context.Dispose(); 4547context.Dispose();
commonui\System\Drawing\GraphicsContext.cs (1)
92this.nextContext.Dispose();