3 references to IndentationTrailingAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
491new AutomationAttributeInfo( null, TextPattern.IndentationTrailingAttribute, typeof(double) ),
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
108|| attribute == TextPattern.IndentationTrailingAttribute 596else if (attribute == TextPattern.IndentationTrailingAttribute) { rval = GetIndentationTrailing(range.Para); }