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