5 references to Underline
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3615
fUnderline = font.
Underline
,
System\Windows\Forms\ActiveX\Control.ActiveXFontMarshaler.cs (1)
45
fUnderline = font.
Underline
,
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2738
if (value.
Underline
)
System\Windows\Forms\Help\Help.cs (1)
89
string captionFont = $"{font.Name}, {font.SizeInPoints}, , {(font.Bold ? "BOLD" : "")}{(font.Italic ? "ITALIC" : "")}{(font.
Underline
? "UNDERLINE" : "")}";
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
142
if (wfFont.
Underline
) { decorations.Add(TextDecorations.Underline); };