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