8 references to WindowsRichEditRange
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
260return new ITextRangeProvider[] { new WindowsRichEditRange(range, this) }; 270return new ITextRangeProvider[] { new WindowsRichEditRange(range, this) }; 314return range != null ? new WindowsRichEditRange(range, this) : null; 331return new WindowsRichEditRange(range, this);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (4)
54return range!=null ? new WindowsRichEditRange(range, _pattern) : null; 167return length > 0 ? new WindowsRichEditRange(range, _pattern) : null; 516return new WindowsRichEditRange(subrange, _pattern); 569return new WindowsRichEditRange(subrange, _pattern);