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