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