4 references to Font
Microsoft.VisualBasic.Forms (4)
Microsoft\VisualBasic\ApplicationServices\ApplyApplicationDefaultsEventArgs.vb (2)
53''' new default <see cref="Font"/> for Forms and UserControls to be set. 57''' this property contains nothing. A new default <see cref="Font"/> for the application
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (2)
795If applicationDefaultsEventArgs.Font IsNot Nothing Then 796Application.SetDefaultFont(applicationDefaultsEventArgs.Font)