6 references to Single
PresentationFramework (2)
System\Windows\Controls\TextRangeAdaptor.cs (2)
1346lineStyle = (decor.Pen.DashStyle.Dashes.Count > 1) ? TextDecorationLineStyle.Dash : TextDecorationLineStyle.Single; 1350lineStyle = TextDecorationLineStyle.Single;
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
802return logfont.lfStrikeOut != 0 ? TextDecorationLineStyle.Single : TextDecorationLineStyle.None; 808return logfont.lfUnderline != 0 ? TextDecorationLineStyle.Single : TextDecorationLineStyle.None;
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
921return strike == TomBool.tomTrue ? TextDecorationLineStyle.Single : TextDecorationLineStyle.None; 989return TextDecorationLineStyle.Single;