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