Base:
property
Font
System.Windows.Forms.Control.Font
3 references to Font
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
529SetCharFormatFont(false, Font);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
1218using (Font helpFontBold = new Font(this.Font.FontFamily, this.Font.SizeInPoints, FontStyle.Bold))