3 writes to State
System.Drawing.Common (3)
System\Drawing\Graphics.cs (3)
3451context.State = (int)state; 3478context.State = (int)state; 3497context.State = (int)state;
2 references to State
System.Drawing.Common (2)
System\Drawing\Graphics.cs (2)
3400Debug.Assert(context is not null && context.State != 0, "GraphicsContext object is null or not valid."); 3423if (context.State == currentContextState)