6 references to Para
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (6)
584else if (attribute == TextPattern.BulletStyleAttribute) { rval = GetBulletStyle(range.Para); } 593else if (attribute == TextPattern.HorizontalTextAlignmentAttribute) { rval = GetHorizontalTextAlignment(range.Para); } 594else if (attribute == TextPattern.IndentationFirstLineAttribute) { rval = GetIndentationFirstLine(range.Para); } 595else if (attribute == TextPattern.IndentationLeadingAttribute) { rval = GetIndentationLeading(range.Para); } 596else if (attribute == TextPattern.IndentationTrailingAttribute) { rval = GetIndentationTrailing(range.Para); } 620else if (attribute == TextPattern.TabsAttribute) { rval = GetTabs(range.Para); }