11 references to Italic
System.Drawing.Common (3)
System\Drawing\Font.cs (1)
55public bool Italic => (Style & FontStyle.Italic) != 0;
System\Drawing\FontConverter.cs (2)
242FontStyle validBits = FontStyle.Regular | FontStyle.Bold | FontStyle.Italic | FontStyle.Underline | FontStyle.Strikeout; 349style |= FontStyle.Italic;
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3772style |= FontStyle.Italic;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2180style |= 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;