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