2 writes to nativeFamily
System.Drawing (2)
commonui\System\Drawing\Advanced\FontFamily.cs (2)
52
this.
nativeFamily
= family;
296
this.
nativeFamily
= IntPtr.Zero;
4 references to nativeFamily
System.Drawing (4)
commonui\System\Drawing\Advanced\FontFamily.cs (4)
49
Debug.Assert( this.
nativeFamily
== IntPtr.Zero, "Setting GDI+ native font family when already initialized." );
211
return this.
nativeFamily
;
273
if (this.
nativeFamily
!= IntPtr.Zero)
280
SafeNativeMethods.Gdip.GdipDeleteFontFamily(new HandleRef(this, this.
nativeFamily
));