14 references to NativeFamily
System.Drawing (14)
commonui\System\Drawing\Advanced\Font.cs (2)
65
new HandleRef(this, this.fontFamily.
NativeFamily
),
381
SetFontFamily(new FontFamily(family.
NativeFamily
));
commonui\System\Drawing\Advanced\FontFamily.cs (8)
236
return ff.
NativeFamily
== this.
NativeFamily
;
325
int status = SafeNativeMethods.Gdip.GdipGetFamilyName(new HandleRef(this, this.
NativeFamily
), name, language);
453
int status = SafeNativeMethods.Gdip.GdipIsStyleAvailable(new HandleRef(this, this.
NativeFamily
), style, out bresult);
469
int status = SafeNativeMethods.Gdip.GdipGetEmHeight(new HandleRef(this, this.
NativeFamily
), style, out result);
487
int status = SafeNativeMethods.Gdip.GdipGetCellAscent(new HandleRef(this, this.
NativeFamily
), style, out result);
504
int status = SafeNativeMethods.Gdip.GdipGetCellDescent(new HandleRef(this, this.
NativeFamily
), style, out result);
520
int status = SafeNativeMethods.Gdip.GdipGetLineSpacing(new HandleRef(this, this.
NativeFamily
), style, out result);
commonui\System\Drawing\Advanced\GraphicsPath.cs (4)
1368
new HandleRef(family, (family != null) ? family.
NativeFamily
: IntPtr.Zero),
1391
new HandleRef(family, (family != null) ? family.
NativeFamily
: IntPtr.Zero),
1413
new HandleRef(family, (family != null) ? family.
NativeFamily
: IntPtr.Zero),
1435
new HandleRef(family, (family != null) ? family.
NativeFamily
: IntPtr.Zero),