4 writes to State
System.Drawing (4)
commonui\System\Drawing\Graphics.cs (4)
4440context.State = state; 4485context.State = state; 4507context.State = state; 4551context.State = state;
2 references to State
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (2)
4392Debug.Assert(context != null && context.State != 0, "GraphicsContext object is null or not valid."); 4410if (context.State == currentContextState) {