8 references to WindowsRichEditRange
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
248
return new ITextRangeProvider[] { new
WindowsRichEditRange
(range, this) };
258
return new ITextRangeProvider[] { new
WindowsRichEditRange
(range, this) };
302
return range != null ? new
WindowsRichEditRange
(range, this) : null;
319
return new
WindowsRichEditRange
(range, this);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (4)
47
return range!=null ? new
WindowsRichEditRange
(range, _pattern) : null;
148
return length > 0 ? new
WindowsRichEditRange
(range, _pattern) : null;
497
return new
WindowsRichEditRange
(subrange, _pattern);
550
return new
WindowsRichEditRange
(subrange, _pattern);