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