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