8 references to Strikeout
System.Drawing (3)
commonui\System\Drawing\Advanced\Font.cs (1)
707
return(Style & FontStyle.
Strikeout
) != 0;
commonui\System\Drawing\FontConverter.cs (2)
170
FontStyle validBits = FontStyle.Regular | FontStyle.Bold | FontStyle.Italic | FontStyle.Underline | FontStyle.
Strikeout
;
385
style |= FontStyle.
Strikeout
;
System.Windows.Forms (5)
misc\GDI\WindowsFont.cs (3)
165
this.logFont.lfStrikeOut = (style & FontStyle.
Strikeout
) == FontStyle.
Strikeout
? True : False;
207
this.style |= FontStyle.
Strikeout
;
winforms\Managed\System\WinForms\AxHost.cs (1)
5008
style |= FontStyle.
Strikeout
;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2305
style |= FontStyle.
Strikeout
;