5 references to Range
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
312
ITextRange range = _document.
Range
(0, 0);
369
ITextRange rangeAdjust = _document.
Range
(0, range.Start - 1);
397
ITextRange rangeAdjust = _document.
Range
(range.End, end);
510
ITextRange range = _document.
Range
(0, 0);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
178
ITextRange range = _pattern.Document.
Range
(start, start);