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