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