4 references to Italic
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (1)
4886
fdesc.fItalic = font.
Italic
;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
48
if (layout.options.textAlign != LayoutUtils.AnyLeft && layout.options.useCompatibleTextRendering && layout.options.font.
Italic
) {
winforms\Managed\System\WinForms\Control.cs (1)
18965
fontDesc.fItalic = font.
Italic
;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2896
if (value.
Italic
) dwEffects |= RichTextBoxConstants.CFE_ITALIC;