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