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