6 references to Para
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (6)
565else if (attribute == TextPattern.BulletStyleAttribute) { rval = GetBulletStyle(range.Para); } 574else if (attribute == TextPattern.HorizontalTextAlignmentAttribute) { rval = GetHorizontalTextAlignment(range.Para); } 575else if (attribute == TextPattern.IndentationFirstLineAttribute) { rval = GetIndentationFirstLine(range.Para); } 576else if (attribute == TextPattern.IndentationLeadingAttribute) { rval = GetIndentationLeading(range.Para); } 577else if (attribute == TextPattern.IndentationTrailingAttribute) { rval = GetIndentationTrailing(range.Para); } 601else if (attribute == TextPattern.TabsAttribute) { rval = GetTabs(range.Para); }