3 references to Underline
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
4887
fdesc.fUnderline = font.
Underline
;
winforms\Managed\System\WinForms\Control.cs (1)
18966
fontDesc.fUnderline = font.
Underline
;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2898
if (value.
Underline
) dwEffects |= RichTextBoxConstants.CFE_UNDERLINE;