2 writes to fontSize
System.Drawing (2)
commonui\System\Drawing\Advanced\Font.cs (2)
372
this.
fontSize
= emSize;
390
status = SafeNativeMethods.Gdip.GdipGetFontSize(new HandleRef(this, this.nativeFont), out this.
fontSize
);
5 references to fontSize
System.Drawing (5)
commonui\System\Drawing\Advanced\Font.cs (5)
66
this.
fontSize
,
766
(((UInt32)
fontSize
<< 7) | ((UInt32)
fontSize
>> 25))));
786
this.
fontSize
,
983
return
fontSize
;