4 instantiations of GraphicsContext
System.Drawing (4)
commonui\System\Drawing\Graphics.cs (4)
4430GraphicsContext context = new GraphicsContext(this); 4471GraphicsContext context = new GraphicsContext(this); 4497GraphicsContext context = new GraphicsContext(this); 4537GraphicsContext context = new GraphicsContext(this);
13 references to GraphicsContext
System.Drawing (13)
commonui\System\Drawing\Graphics.cs (9)
55private GraphicsContext previousContext; 377GraphicsContext context = this.previousContext.Previous; 4149GraphicsContext context = this.previousContext; 4391private void PushContext(GraphicsContext context) { 4407GraphicsContext context = this.previousContext; 4430GraphicsContext context = new GraphicsContext(this); 4471GraphicsContext context = new GraphicsContext(this); 4497GraphicsContext context = new GraphicsContext(this); 4537GraphicsContext context = new GraphicsContext(this);
commonui\System\Drawing\GraphicsContext.cs (4)
36private GraphicsContext nextContext; 41private GraphicsContext prevContext; 135public GraphicsContext Next { 147public GraphicsContext Previous {