1 write to nativeCap
System.Drawing (1)
commonui\System\Drawing\Advanced\CustomLineCap.cs (1)
106
nativeCap
= new SafeCustomLineCapHandle(handle);
23 references to nativeCap
System.Drawing (23)
commonui\System\Drawing\Advanced\AdjustableArrowCap.cs (8)
65
int status = SafeNativeMethods.Gdip.GdipSetAdjustableArrowCapHeight(new HandleRef(this,
nativeCap
), height);
74
int status = SafeNativeMethods.Gdip.GdipGetAdjustableArrowCapHeight(new HandleRef(this,
nativeCap
), out height);
94
int status = SafeNativeMethods.Gdip.GdipSetAdjustableArrowCapWidth(new HandleRef(this,
nativeCap
), width);
103
int status = SafeNativeMethods.Gdip.GdipGetAdjustableArrowCapWidth(new HandleRef(this,
nativeCap
), out width);
123
int status = SafeNativeMethods.Gdip.GdipSetAdjustableArrowCapMiddleInset(new HandleRef(this,
nativeCap
), middleInset);
132
int status = SafeNativeMethods.Gdip.GdipGetAdjustableArrowCapMiddleInset(new HandleRef(this,
nativeCap
), out middleInset);
154
int status = SafeNativeMethods.Gdip.GdipSetAdjustableArrowCapFillState(new HandleRef(this,
nativeCap
), isFilled);
163
int status = SafeNativeMethods.Gdip.GdipGetAdjustableArrowCapFillState(new HandleRef(this,
nativeCap
), out isFilled);
commonui\System\Drawing\Advanced\CustomLineCap.cs (13)
129
if (disposing &&
nativeCap
!= null) {
130
nativeCap
.Dispose();
155
int status = SafeNativeMethods.Gdip.GdipCloneCustomLineCap(new HandleRef(this,
nativeCap
), out cloneCap);
194
int status = SafeNativeMethods.Gdip.GdipSetCustomLineCapStrokeCaps(new HandleRef(this,
nativeCap
), startCap, endCap);
206
int status = SafeNativeMethods.Gdip.GdipGetCustomLineCapStrokeCaps(new HandleRef(this,
nativeCap
), out startCap, out endCap);
214
int status = SafeNativeMethods.Gdip.GdipSetCustomLineCapStrokeJoin(new HandleRef(this,
nativeCap
), lineJoin);
224
int status = SafeNativeMethods.Gdip.GdipGetCustomLineCapStrokeJoin(new HandleRef(this,
nativeCap
), out lineJoin);
244
int status = SafeNativeMethods.Gdip.GdipSetCustomLineCapBaseCap(new HandleRef(this,
nativeCap
), baseCap);
253
int status = SafeNativeMethods.Gdip.GdipGetCustomLineCapBaseCap(new HandleRef(this,
nativeCap
), out baseCap);
273
int status = SafeNativeMethods.Gdip.GdipSetCustomLineCapBaseInset(new HandleRef(this,
nativeCap
), inset);
282
int status = SafeNativeMethods.Gdip.GdipGetCustomLineCapBaseInset(new HandleRef(this,
nativeCap
), out inset);
303
int status = SafeNativeMethods.Gdip.GdipSetCustomLineCapWidthScale(new HandleRef(this,
nativeCap
), widthScale);
312
int status = SafeNativeMethods.Gdip.GdipGetCustomLineCapWidthScale(new HandleRef(this,
nativeCap
), out widthScale);
commonui\System\Drawing\Pen.cs (2)
486
new HandleRef(value, (value == null) ? IntPtr.Zero : value.
nativeCap
));
520
new HandleRef(value, (value == null) ? IntPtr.Zero : value.
nativeCap
));