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