8 references to WindowsRichEditRange
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
244
return new ITextRangeProvider[] { new
WindowsRichEditRange
(range, this) };
254
return new ITextRangeProvider[] { new
WindowsRichEditRange
(range, this) };
298
return range != null ? new
WindowsRichEditRange
(range, this) : null;
315
return new
WindowsRichEditRange
(range, this);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (4)
43
return range!=null ? new
WindowsRichEditRange
(range, _pattern) : null;
144
return length > 0 ? new
WindowsRichEditRange
(range, _pattern) : null;
490
return new
WindowsRichEditRange
(subrange, _pattern);
543
return new
WindowsRichEditRange
(subrange, _pattern);