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