2 references to RangeFromPoint
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
277
ITextRange range = _document.
RangeFromPoint
((int)screenLocation.X, (int)screenLocation.Y);
349
ITextRange range = _document.
RangeFromPoint
(x, y);