2 writes to nativeGraphics
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (2)
119
this.
nativeGraphics
= gdipNativeGraphics;
421
this.
nativeGraphics
= IntPtr.Zero;
4 references to nativeGraphics
System.Drawing (4)
commonui\System\Drawing\Graphics.cs (4)
259
Debug.Assert( this.
nativeGraphics
!= IntPtr.Zero, "this.nativeGraphics == IntPtr.Zero." );
260
return this.
nativeGraphics
;
382
if (this.
nativeGraphics
!= IntPtr.Zero)
405
SafeNativeMethods.Gdip.GdipDeleteGraphics(new HandleRef(this, this.
nativeGraphics
));