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