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