5 references to Range
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
313
ITextRange range = _document.
Range
(0, 0);
370
ITextRange rangeAdjust = _document.
Range
(0, range.Start - 1);
398
ITextRange rangeAdjust = _document.
Range
(range.End, end);
511
ITextRange range = _document.
Range
(0, 0);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
182
ITextRange range = _pattern.Document.
Range
(start, start);