4 references to Strikeout
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3782
style |= FontStyle.
Strikeout
;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2221
style |= FontStyle.
Strikeout
;
System\Windows\Forms\Rendering\FontCache.Data.cs (2)
97
lfStrikeOut = (font.Style & FontStyle.
Strikeout
) == FontStyle.
Strikeout
? True : False,