5 references to Range
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
329
ITextRange range = _document.
Range
(0, 0);
414
ITextRange rangeAdjust = _document.
Range
(0, range.Start - 1);
442
ITextRange rangeAdjust = _document.
Range
(range.End, end);
557
ITextRange range = _document.
Range
(0, 0);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
202
ITextRange range = _pattern.Document.
Range
(start, start);