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