2 writes to Next
System.Drawing.Common (2)
System\Drawing\Graphics.cs (1)
3406_previousContext.Next = context;
System\Drawing\GraphicsContext.cs (1)
26Next = null;
2 references to Next
System.Drawing.Common (2)
System\Drawing\Graphics.cs (1)
3269if (context is null || !context.Next!.IsCumulative)
System\Drawing\GraphicsContext.cs (1)
25Next?.Dispose();