3 references to Strikeout
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
4888fdesc.fStrikethrough = font.Strikeout;
winforms\Managed\System\WinForms\Control.cs (1)
18967fontDesc.fStrikethrough = font.Strikeout;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2897if (value.Strikeout) dwEffects |= RichTextBoxConstants.CFE_STRIKEOUT;