6 references to Single
PresentationFramework (2)
System\Windows\Controls\TextRangeAdaptor.cs (2)
1347lineStyle = (decor.Pen.DashStyle.Dashes.Count > 1) ? TextDecorationLineStyle.Dash : TextDecorationLineStyle.Single; 1351lineStyle = TextDecorationLineStyle.Single;
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
803return logfont.lfStrikeOut != 0 ? TextDecorationLineStyle.Single : TextDecorationLineStyle.None; 809return logfont.lfUnderline != 0 ? TextDecorationLineStyle.Single : TextDecorationLineStyle.None;
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
922return strike == TomBool.tomTrue ? TextDecorationLineStyle.Single : TextDecorationLineStyle.None; 990return TextDecorationLineStyle.Single;