1 write to IsCumulative
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
3452context.IsCumulative = true;
2 references to IsCumulative
System.Drawing.Common (2)
System\Drawing\Graphics.cs (2)
3269if (context is null || !context.Next!.IsCumulative) 3274while (context.IsCumulative);