1 write to nativeState
System.Drawing (1)
commonui\System\Drawing\Advanced\GraphicsState.cs (1)
21this.nativeState = nativeState;
2 references to nativeState
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (2)
4451int status = SafeNativeMethods.Gdip.GdipRestoreGraphics(new HandleRef(this, this.NativeGraphics), gstate.nativeState); 4457PopContext(gstate.nativeState);