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