5 references to Range
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
317
ITextRange range = _document.
Range
(0, 0);
374
ITextRange rangeAdjust = _document.
Range
(0, range.Start - 1);
402
ITextRange rangeAdjust = _document.
Range
(range.End, end);
515
ITextRange range = _document.
Range
(0, 0);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
183
ITextRange range = _pattern.Document.
Range
(start, start);