8 references to WindowsRichEditRange
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
243
return new ITextRangeProvider[] { new
WindowsRichEditRange
(range, this) };
253
return new ITextRangeProvider[] { new
WindowsRichEditRange
(range, this) };
297
return range != null ? new
WindowsRichEditRange
(range, this) : null;
314
return new
WindowsRichEditRange
(range, this);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (4)
42
return range!=null ? new
WindowsRichEditRange
(range, _pattern) : null;
143
return length > 0 ? new
WindowsRichEditRange
(range, _pattern) : null;
489
return new
WindowsRichEditRange
(subrange, _pattern);
542
return new
WindowsRichEditRange
(subrange, _pattern);