4 implementations of GetSelection
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
43
public ITextRangeProvider []
GetSelection
()
PresentationFramework (1)
System\Windows\Controls\TextAdaptor.cs (1)
483
ITextRangeProvider[] ITextProvider.
GetSelection
()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
326
ITextRangeProvider [] ITextProvider.
GetSelection
()
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
224
ITextRangeProvider [] ITextProvider.
GetSelection
()
2 references to GetSelection
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
112
return TextRangeProviderWrapper.WrapArgument( _iface.
GetSelection
(), _peer );
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
476
ITextRangeProvider[] currentRanges = textProvider.
GetSelection
();