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