4 references to Strikeout
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3616fStrikethrough = font.Strikeout
System\Windows\Forms\ActiveX\Control.ActiveXFontMarshaler.cs (1)
46fStrikethrough = font.Strikeout,
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2733if (value.Strikeout)
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
143if (wfFont.Strikeout) { decorations.Add(TextDecorations.Strikethrough); }