8 references to Italic
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3772style |= FontStyle.Italic;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2216style |= FontStyle.Italic;
System\Windows\Forms\Rendering\FontCache.Data.cs (2)
95lfItalic = (font.Style & FontStyle.Italic) == FontStyle.Italic ? True : False,
System.Windows.Forms.Design (2)
System\Drawing\Design\FontNameEditor.cs (2)
18FontStyle.Italic, 20FontStyle.Bold | FontStyle.Italic
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
165style = SD.FontStyle.Italic; 344style = SD.FontStyle.Italic;