3 references to IndentationLeadingAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
490
new AutomationAttributeInfo( null, TextPattern.
IndentationLeadingAttribute
, typeof(double) ),
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
107
|| attribute == TextPattern.
IndentationLeadingAttribute
595
else if (attribute == TextPattern.
IndentationLeadingAttribute
) { rval = GetIndentationLeading(range.Para); }