2 writes to nextContext
System.Drawing (2)
commonui\System\Drawing\GraphicsContext.cs (2)
93this.nextContext = null; 140this.nextContext = value;
3 references to nextContext
System.Drawing (3)
commonui\System\Drawing\GraphicsContext.cs (3)
90if (this.nextContext != null) { 92this.nextContext.Dispose(); 137return this.nextContext;