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