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