3 references to Font
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
150_instructionlabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3792return new Font(
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2195return new Font(cf.FaceName.ToString(), fontSize, style, GraphicsUnit.Point, cf.bCharSet);