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