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)
757
If applicationDefaultsEventArgs.
Font
IsNot Nothing Then
758
Application.SetDefaultFont(applicationDefaultsEventArgs.
Font
)