6 references to None
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
908
=> (int)(logfont.lfStrikeOut != 0 ? TextDecorationLineStyle.Single : TextDecorationLineStyle.
None
);
911
=> (int)(logfont.lfUnderline != 0 ? TextDecorationLineStyle.Single : TextDecorationLineStyle.
None
);
System.Windows.Forms.Primitives.Tests (4)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (4)
488
yield return new object[] { UIA_TEXTATTRIBUTE_ID.UIA_StrikethroughStyleAttributeId, (int)TextDecorationLineStyle.
None
};
489
yield return new object[] { UIA_TEXTATTRIBUTE_ID.UIA_UnderlineStyleAttributeId, (int)TextDecorationLineStyle.
None
};
1248
[InlineData(0, (int)TextDecorationLineStyle.
None
)]
1259
[InlineData(0, (int)TextDecorationLineStyle.
None
)]