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