1 write to fontSize
System.Windows.Forms (1)
misc\GDI\WindowsFont.cs (1)
554
this.
fontSize
= height * 72f / wg.DeviceContext.DpiY;
2 references to fontSize
System.Windows.Forms (2)
misc\GDI\WindowsFont.cs (2)
524
if( this.
fontSize
< 0.0f )
557
return this.
fontSize
;