3 instantiations of GraphicsContext
System.Drawing.Common (3)
System\Drawing\Graphics.cs (3)
3440GraphicsContext context = new(this); 3466GraphicsContext context = new(this); 3486GraphicsContext context = new(this);
10 references to GraphicsContext
System.Drawing.Common (10)
System\Drawing\Graphics.cs (8)
28private GraphicsContext? _previousContext; 165GraphicsContext? context = _previousContext.Previous; 3222GraphicsContext? context = _previousContext; 3398private void PushContext(GraphicsContext context) 3418GraphicsContext? context = _previousContext; 3440GraphicsContext context = new(this); 3466GraphicsContext context = new(this); 3486GraphicsContext context = new(this);
System\Drawing\GraphicsContext.cs (2)
52public GraphicsContext? Next { get; set; } 57public GraphicsContext? Previous { get; set; }