161 references to NativeGraphics
System.Drawing (161)
commonui\System\Drawing\Advanced\Font.cs (3)
833
status = SafeNativeMethods.Gdip.GdipGetLogFontA(new HandleRef(this, this.NativeFont), new HandleRef(graphics, graphics.
NativeGraphics
), logFont);
835
status = SafeNativeMethods.Gdip.GdipGetLogFontW(new HandleRef(this, this.NativeFont), new HandleRef(graphics, graphics.
NativeGraphics
), logFont);
917
int status = SafeNativeMethods.Gdip.GdipGetFontHeight(new HandleRef(this, this.NativeFont), new HandleRef(graphics, graphics.
NativeGraphics
), out ht);
commonui\System\Drawing\Advanced\GraphicsPath.cs (4)
493
graphics.
NativeGraphics
: IntPtr.Zero),
546
graphics.
NativeGraphics
: IntPtr.Zero),
608
graphics.
NativeGraphics
: IntPtr.Zero),
671
graphics.
NativeGraphics
: IntPtr.Zero),
commonui\System\Drawing\Bitmap.cs (1)
297
int status = SafeNativeMethods.Gdip.GdipCreateBitmapFromGraphics(width, height, new HandleRef(g, g.
NativeGraphics
), out bitmap);
commonui\System\Drawing\Graphics.cs (144)
286
int status = SafeNativeMethods.Gdip.GdipGetDC(new HandleRef(this, this.
NativeGraphics
), out hdc);
333
int status = SafeNativeMethods.Gdip.GdipReleaseDC(new HandleRef(this, this.
NativeGraphics
), new HandleRef(null, hdc));
454
int status = SafeNativeMethods.Gdip.GdipFlush(new HandleRef(this, this.
NativeGraphics
), intention);
480
int status = SafeNativeMethods.Gdip.GdipGetCompositingMode(new HandleRef(this, this.
NativeGraphics
), out mode);
495
int status = SafeNativeMethods.Gdip.GdipSetCompositingMode(new HandleRef(this, this.
NativeGraphics
), unchecked((int)value));
511
int status = SafeNativeMethods.Gdip.GdipGetRenderingOrigin(new HandleRef(this, this.
NativeGraphics
), out x, out y);
520
int status = SafeNativeMethods.Gdip.GdipSetRenderingOrigin(new HandleRef(this, this.
NativeGraphics
), value.X, value.Y);
536
int status = SafeNativeMethods.Gdip.GdipGetCompositingQuality(new HandleRef(this, this.
NativeGraphics
), out cq);
551
int status = SafeNativeMethods.Gdip.GdipSetCompositingQuality(new HandleRef(this, this.
NativeGraphics
),
572
int status = SafeNativeMethods.Gdip.GdipGetTextRenderingHint(new HandleRef(this, this.
NativeGraphics
), out hint);
587
int status = SafeNativeMethods.Gdip.GdipSetTextRenderingHint(new HandleRef(this, this.
NativeGraphics
), value);
603
int status = SafeNativeMethods.Gdip.GdipGetTextContrast(new HandleRef(this, this.
NativeGraphics
), out tgv);
612
int status = SafeNativeMethods.Gdip.GdipSetTextContrast(new HandleRef(this, this.
NativeGraphics
), value);
628
int status = SafeNativeMethods.Gdip.GdipGetSmoothingMode(new HandleRef(this, this.
NativeGraphics
), out mode);
643
int status = SafeNativeMethods.Gdip.GdipSetSmoothingMode(new HandleRef(this, this.
NativeGraphics
), value);
659
int status = SafeNativeMethods.Gdip.GdipGetPixelOffsetMode(new HandleRef(this, this.
NativeGraphics
), out mode);
674
int status = SafeNativeMethods.Gdip.GdipSetPixelOffsetMode(new HandleRef(this, this.
NativeGraphics
), value);
705
int status = SafeNativeMethods.Gdip.GdipGetInterpolationMode(new HandleRef(this, this.
NativeGraphics
), out mode);
721
int status = SafeNativeMethods.Gdip.GdipSetInterpolationMode(new HandleRef(this, this.
NativeGraphics
), unchecked((int)value));
741
int status = SafeNativeMethods.Gdip.GdipGetWorldTransform(new HandleRef(this, this.
NativeGraphics
),
751
int status = SafeNativeMethods.Gdip.GdipSetWorldTransform(new HandleRef(this, this.
NativeGraphics
),
772
int status = SafeNativeMethods.Gdip.GdipGetPageUnit(new HandleRef(this, this.
NativeGraphics
), out unit);
787
int status = SafeNativeMethods.Gdip.GdipSetPageUnit(new HandleRef(this, this.
NativeGraphics
), unchecked((int) value));
802
int status = SafeNativeMethods.Gdip.GdipGetPageScale(new HandleRef(this, this.
NativeGraphics
), scale);
813
int status = SafeNativeMethods.Gdip.GdipSetPageScale(new HandleRef(this, this.
NativeGraphics
), value);
828
int status = SafeNativeMethods.Gdip.GdipGetDpiX(new HandleRef(this, this.
NativeGraphics
), dpi);
845
int status = SafeNativeMethods.Gdip.GdipGetDpiY(new HandleRef(this, this.
NativeGraphics
), dpi);
951
int status = SafeNativeMethods.Gdip.GdipResetWorldTransform(new HandleRef(this, this.
NativeGraphics
));
979
int status = SafeNativeMethods.Gdip.GdipMultiplyWorldTransform(new HandleRef(this, this.
NativeGraphics
),
998
int status = SafeNativeMethods.Gdip.GdipTranslateWorldTransform(new HandleRef(this, this.
NativeGraphics
), dx, dy, order);
1025
int status = SafeNativeMethods.Gdip.GdipScaleWorldTransform(new HandleRef(this, this.
NativeGraphics
), sx, sy, order);
1043
int status = SafeNativeMethods.Gdip.GdipRotateWorldTransform(new HandleRef(this, this.
NativeGraphics
), angle, order);
1066
int status = SafeNativeMethods.Gdip.GdipTransformPoints(new HandleRef(this, this.
NativeGraphics
), unchecked((int)destSpace),
1099
int status = SafeNativeMethods.Gdip.GdipTransformPointsI(new HandleRef(this, this.
NativeGraphics
), unchecked((int)destSpace),
1124
int status = SafeNativeMethods.Gdip.GdipGetNearestColor(new HandleRef(this, this.
NativeGraphics
), ref nearest);
1152
int status = SafeNativeMethods.Gdip.GdipDrawLine(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), x1, y1, x2, y2);
1184
int status = SafeNativeMethods.Gdip.GdipDrawLines(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen),
1208
int status = SafeNativeMethods.Gdip.GdipDrawLineI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), x1, y1, x2, y2);
1240
int status = SafeNativeMethods.Gdip.GdipDrawLinesI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen),
1263
int status = SafeNativeMethods.Gdip.GdipDrawArc(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), x, y,
1293
int status = SafeNativeMethods.Gdip.GdipDrawArcI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), x, y,
1322
int status = SafeNativeMethods.Gdip.GdipDrawBezier(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), x1, y1,
1356
int status = SafeNativeMethods.Gdip.GdipDrawBeziers(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen),
1393
int status = SafeNativeMethods.Gdip.GdipDrawBeziersI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen),
1427
int status = SafeNativeMethods.Gdip.GdipDrawRectangle(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), x, y,
1446
int status = SafeNativeMethods.Gdip.GdipDrawRectangleI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), x, y, width, height);
1469
int status = SafeNativeMethods.Gdip.GdipDrawRectangles(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen),
1496
int status = SafeNativeMethods.Gdip.GdipDrawRectanglesI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen),
1530
int status = SafeNativeMethods.Gdip.GdipDrawEllipse(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), x, y,
1559
int status = SafeNativeMethods.Gdip.GdipDrawEllipseI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), x, y,
1591
int status = SafeNativeMethods.Gdip.GdipDrawPie(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), x, y, width,
1623
int status = SafeNativeMethods.Gdip.GdipDrawPieI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), x, y, width,
1644
int status = SafeNativeMethods.Gdip.GdipDrawPolygon(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen),
1669
int status = SafeNativeMethods.Gdip.GdipDrawPolygonI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen),
1693
int status = SafeNativeMethods.Gdip.GdipDrawPath(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen),
1716
int status = SafeNativeMethods.Gdip.GdipDrawCurve(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), new HandleRef(this, buf),
1742
int status = SafeNativeMethods.Gdip.GdipDrawCurve2(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), new HandleRef(this, buf),
1777
int status = SafeNativeMethods.Gdip.GdipDrawCurve3(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), new HandleRef(this, buf),
1804
int status = SafeNativeMethods.Gdip.GdipDrawCurveI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), new HandleRef(this, buf),
1829
int status = SafeNativeMethods.Gdip.GdipDrawCurve2I(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), new HandleRef(this, buf),
1855
int status = SafeNativeMethods.Gdip.GdipDrawCurve3I(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), new HandleRef(this, buf),
1883
int status = SafeNativeMethods.Gdip.GdipDrawClosedCurve(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), new HandleRef(this, buf),
1909
int status = SafeNativeMethods.Gdip.GdipDrawClosedCurve2(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), new HandleRef(this, buf),
1935
int status = SafeNativeMethods.Gdip.GdipDrawClosedCurveI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), new HandleRef(this, buf),
1960
int status = SafeNativeMethods.Gdip.GdipDrawClosedCurve2I(new HandleRef(this, this.
NativeGraphics
), new HandleRef(pen, pen.NativePen), new HandleRef(this, buf),
1977
int status = SafeNativeMethods.Gdip.GdipGraphicsClear(new HandleRef(this, this.
NativeGraphics
), color.ToArgb());
2007
int status = SafeNativeMethods.Gdip.GdipFillRectangle(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush), x, y,
2036
int status = SafeNativeMethods.Gdip.GdipFillRectangleI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush), x, y, width, height);
2059
int status = SafeNativeMethods.Gdip.GdipFillRectangles(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush),
2086
int status = SafeNativeMethods.Gdip.GdipFillRectanglesI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush),
2123
int status = SafeNativeMethods.Gdip.GdipFillPolygon(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush),
2159
int status = SafeNativeMethods.Gdip.GdipFillPolygonI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush),
2193
int status = SafeNativeMethods.Gdip.GdipFillEllipse(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush), x, y,
2222
int status = SafeNativeMethods.Gdip.GdipFillEllipseI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush), x, y,
2255
int status = SafeNativeMethods.Gdip.GdipFillPie(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush), x, y,
2275
int status = SafeNativeMethods.Gdip.GdipFillPieI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush), x, y,
2294
int status = SafeNativeMethods.Gdip.GdipFillPath(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush),
2318
int status = SafeNativeMethods.Gdip.GdipFillClosedCurve(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush),
2352
int status = SafeNativeMethods.Gdip.GdipFillClosedCurve2(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush),
2379
int status = SafeNativeMethods.Gdip.GdipFillClosedCurveI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush),
2410
int status = SafeNativeMethods.Gdip.GdipFillClosedCurve2I(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush),
2435
int status = SafeNativeMethods.Gdip.GdipFillRegion(new HandleRef(this, this.
NativeGraphics
), new HandleRef(brush, brush.NativeBrush),
2502
int status = SafeNativeMethods.Gdip.GdipDrawString(new HandleRef(this, this.
NativeGraphics
), s, s.Length, new HandleRef(font, font.NativeFont), ref grf, new HandleRef(format, nativeStringFormat), new HandleRef(brush, brush.NativeBrush));
2526
int status = SafeNativeMethods.Gdip.GdipMeasureString(new HandleRef(this, this.
NativeGraphics
), text, text.Length, new HandleRef(font, font.NativeFont), ref grfLayout,
2556
int status = SafeNativeMethods.Gdip.GdipMeasureString(new HandleRef(this, this.
NativeGraphics
), text, text.Length, new HandleRef(font, font.NativeFont),
2592
int status = SafeNativeMethods.Gdip.GdipMeasureString(new HandleRef(this, this.
NativeGraphics
), text, text.Length, new HandleRef(font, font.NativeFont),
2659
status = SafeNativeMethods.Gdip.GdipMeasureCharacterRanges(new HandleRef(this, this.
NativeGraphics
), text, text.Length, new HandleRef(font, font.NativeFont), ref grf,
2763
int status = SafeNativeMethods.Gdip.GdipDrawImage(new HandleRef(this, this.
NativeGraphics
), new HandleRef(image, image.nativeImage),
2790
int status = SafeNativeMethods.Gdip.GdipDrawImageRect(new HandleRef(this, this.
NativeGraphics
),
2819
int status = SafeNativeMethods.Gdip.GdipDrawImageI(new HandleRef(this, this.
NativeGraphics
), new HandleRef(image, image.nativeImage),
2846
int status = SafeNativeMethods.Gdip.GdipDrawImageRectI(new HandleRef(this, this.
NativeGraphics
),
2932
int status = SafeNativeMethods.Gdip.GdipDrawImagePoints(new HandleRef(this, this.
NativeGraphics
),
2965
int status = SafeNativeMethods.Gdip.GdipDrawImagePointsI(new HandleRef(this, this.
NativeGraphics
),
2996
new HandleRef(this, this.
NativeGraphics
),
3024
new HandleRef(this, this.
NativeGraphics
),
3052
new HandleRef(this, this.
NativeGraphics
),
3086
new HandleRef(this, this.
NativeGraphics
),
3126
new HandleRef(this, this.
NativeGraphics
),
3184
new HandleRef(this, this.
NativeGraphics
),
3250
new HandleRef(this, this.
NativeGraphics
),
3308
new HandleRef(this, this.
NativeGraphics
),
3363
new HandleRef(this, this.
NativeGraphics
),
3408
int status = SafeNativeMethods.Gdip.GdipEnumerateMetafileDestPoint(new HandleRef(this, this.
NativeGraphics
),
3443
int status = SafeNativeMethods.Gdip.GdipEnumerateMetafileDestPointI(new HandleRef(this, this.
NativeGraphics
),
3481
new HandleRef(this, this.
NativeGraphics
),
3517
int status = SafeNativeMethods.Gdip.GdipEnumerateMetafileDestRectI(new HandleRef(this, this.
NativeGraphics
),
3560
int status = SafeNativeMethods.Gdip.GdipEnumerateMetafileDestPoints(new HandleRef(this, this.
NativeGraphics
),
3606
int status = SafeNativeMethods.Gdip.GdipEnumerateMetafileDestPointsI(new HandleRef(this, this.
NativeGraphics
),
3648
int status = SafeNativeMethods.Gdip.GdipEnumerateMetafileSrcRectDestPoint(new HandleRef(this, this.
NativeGraphics
),
3691
int status = SafeNativeMethods.Gdip.GdipEnumerateMetafileSrcRectDestPointI(new HandleRef(this, this.
NativeGraphics
),
3735
new HandleRef(this, this.
NativeGraphics
),
3781
int status = SafeNativeMethods.Gdip.GdipEnumerateMetafileSrcRectDestRectI(new HandleRef(this, this.
NativeGraphics
),
3840
int status = SafeNativeMethods.Gdip.GdipEnumerateMetafileSrcRectDestPoints(new HandleRef(this, this.
NativeGraphics
),
3902
int status = SafeNativeMethods.Gdip.GdipEnumerateMetafileSrcRectDestPointsI(new HandleRef(this, this.
NativeGraphics
),
3940
int status = SafeNativeMethods.Gdip.GdipSetClipGraphics(new HandleRef(this, this.
NativeGraphics
), new HandleRef(g, g.
NativeGraphics
), combineMode);
3958
int status = SafeNativeMethods.Gdip.GdipSetClipRectI(new HandleRef(this, this.
NativeGraphics
), rect.X, rect.Y,
3977
int status = SafeNativeMethods.Gdip.GdipSetClipRect(new HandleRef(this, this.
NativeGraphics
), rect.X, rect.Y,
3999
int status = SafeNativeMethods.Gdip.GdipSetClipPath(new HandleRef(this, this.
NativeGraphics
), new HandleRef(path, path.nativePath), combineMode);
4014
int status = SafeNativeMethods.Gdip.GdipSetClipRegion(new HandleRef(this, this.
NativeGraphics
), new HandleRef(region, region.nativeRegion), combineMode);
4025
int status = SafeNativeMethods.Gdip.GdipSetClipRectI(new HandleRef(this, this.
NativeGraphics
), rect.X, rect.Y,
4037
int status = SafeNativeMethods.Gdip.GdipSetClipRect(new HandleRef(this, this.
NativeGraphics
), rect.X, rect.Y,
4052
int status = SafeNativeMethods.Gdip.GdipSetClipRegion(new HandleRef(this, this.
NativeGraphics
), new HandleRef(region, region.nativeRegion),
4064
int status = SafeNativeMethods.Gdip.GdipSetClipRectI(new HandleRef(this, this.
NativeGraphics
), rect.X, rect.Y,
4079
int status = SafeNativeMethods.Gdip.GdipSetClipRegion(new HandleRef(this, this.
NativeGraphics
),
4092
int status = SafeNativeMethods.Gdip.GdipResetClip(new HandleRef(this, this.
NativeGraphics
));
4103
int status = SafeNativeMethods.Gdip.GdipTranslateClip(new HandleRef(this, this.
NativeGraphics
), dx, dy);
4114
int status = SafeNativeMethods.Gdip.GdipTranslateClip(new HandleRef(this, this.
NativeGraphics
), dx, dy);
4203
int status = SafeNativeMethods.Gdip.GdipGetClip(new HandleRef(this, this.
NativeGraphics
), new HandleRef(region, region.nativeRegion));
4223
int status = SafeNativeMethods.Gdip.GdipGetClipBounds(new HandleRef(this, this.
NativeGraphics
), ref rect);
4240
int status = SafeNativeMethods.Gdip.GdipIsClipEmpty(new HandleRef(this, this.
NativeGraphics
), out isEmpty);
4267
int status = SafeNativeMethods.Gdip.GdipGetVisibleClipBounds(new HandleRef(this, this.
NativeGraphics
), ref rect);
4287
int status = SafeNativeMethods.Gdip.GdipIsVisibleClipEmpty(new HandleRef(this, this.
NativeGraphics
), out isEmpty);
4311
int status = SafeNativeMethods.Gdip.GdipIsVisiblePointI(new HandleRef(this, this.
NativeGraphics
), point.X, point.Y, out isVisible);
4333
int status = SafeNativeMethods.Gdip.GdipIsVisiblePoint(new HandleRef(this, this.
NativeGraphics
), point.X, point.Y, out isVisible);
4355
int status = SafeNativeMethods.Gdip.GdipIsVisibleRectI(new HandleRef(this, this.
NativeGraphics
), rect.X, rect.Y,
4378
int status = SafeNativeMethods.Gdip.GdipIsVisibleRect(new HandleRef(this, this.
NativeGraphics
), rect.X, rect.Y,
4433
int status = SafeNativeMethods.Gdip.GdipSaveGraphics(new HandleRef(this, this.
NativeGraphics
), out state);
4451
int status = SafeNativeMethods.Gdip.GdipRestoreGraphics(new HandleRef(this, this.
NativeGraphics
), gstate.nativeState);
4477
int status = SafeNativeMethods.Gdip.GdipBeginContainer(new HandleRef(this, this.
NativeGraphics
), ref dstf,
4500
int status = SafeNativeMethods.Gdip.GdipBeginContainer2(new HandleRef(this, this.
NativeGraphics
), out state);
4521
int status = SafeNativeMethods.Gdip.GdipEndContainer(new HandleRef(this, this.
NativeGraphics
), container.nativeGraphicsContainer);
4543
int status = SafeNativeMethods.Gdip.GdipBeginContainerI(new HandleRef(this, this.
NativeGraphics
), ref gpDest,
4565
int status = SafeNativeMethods.Gdip.GdipComment(new HandleRef(this, this.
NativeGraphics
), data.Length, data);
commonui\System\Drawing\Region.cs (9)
649
int status = SafeNativeMethods.Gdip.GdipGetRegionBounds(new HandleRef(this, nativeRegion), new HandleRef(g, g.
NativeGraphics
), ref gprectf);
672
int status = SafeNativeMethods.Gdip.GdipGetRegionHRgn(new HandleRef(this, nativeRegion), new HandleRef(g, g.
NativeGraphics
), out hrgn);
692
int status = SafeNativeMethods.Gdip.GdipIsEmptyRegion(new HandleRef(this, nativeRegion), new HandleRef(g, g.
NativeGraphics
), out isEmpty);
712
int status = SafeNativeMethods.Gdip.GdipIsInfiniteRegion(new HandleRef(this, nativeRegion), new HandleRef(g, g.
NativeGraphics
), out isInfinite);
736
int status = SafeNativeMethods.Gdip.GdipIsEqualRegion(new HandleRef(this, nativeRegion), new HandleRef(region, region.nativeRegion), new HandleRef(g, g.
NativeGraphics
), out isEqual);
818
new HandleRef(g, (g==null) ? IntPtr.Zero : g.
NativeGraphics
),
871
new HandleRef(g, (g==null) ? IntPtr.Zero : g.
NativeGraphics
),
913
new HandleRef(g, (g == null) ? IntPtr.Zero : g.
NativeGraphics
),
968
new HandleRef(g, (g == null) ? IntPtr.Zero : g.
NativeGraphics
),