3 references to UnderlineStyleAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
509
new AutomationAttributeInfo( null, TextPattern.
UnderlineStyleAttribute
, typeof(TextDecorationLineStyle) ),
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
665
else if (attribute == TextPattern.
UnderlineStyleAttribute
)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
623
else if (attribute == TextPattern.
UnderlineStyleAttribute
) { rval = GetUnderlineStyle(range.Font); }