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