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