3 references to IndentationFirstLineAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
510new AutomationAttributeInfo( null, TextPattern.IndentationFirstLineAttribute, typeof(double) ),
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
98|| attribute == TextPattern.IndentationFirstLineAttribute 574else if (attribute == TextPattern.IndentationFirstLineAttribute) { rval = GetIndentationFirstLine(range.Para); }