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