4 implementations of RangeFromPoint
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
63public ITextRangeProvider RangeFromPoint(Point screenLocation)
PresentationFramework (1)
System\Windows\Controls\TextAdaptor.cs (1)
652ITextRangeProvider ITextProvider.RangeFromPoint(Point location)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
347ITextRangeProvider ITextProvider.RangeFromPoint(Point screenLocation)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
264ITextRangeProvider ITextProvider.RangeFromPoint(Point screenLocation)
1 reference to RangeFromPoint
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
129return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromPoint(screenLocation), _peer );