2 references to GdipGetFontSize
System.Drawing (2)
commonui\System\Drawing\Advanced\Font.cs (2)
320status = SafeNativeMethods.Gdip.GdipGetFontSize(new HandleRef(this, nativeFont), out size); 390status = SafeNativeMethods.Gdip.GdipGetFontSize(new HandleRef(this, this.nativeFont), out this.fontSize);