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