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