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