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