4 implementations of GetSelection
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
42
public ITextRangeProvider []
GetSelection
()
PresentationFramework (1)
System\Windows\Controls\TextAdaptor.cs (1)
485
ITextRangeProvider[] ITextProvider.
GetSelection
()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
325
ITextRangeProvider [] ITextProvider.
GetSelection
()
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
223
ITextRangeProvider [] ITextProvider.
GetSelection
()
2 references to GetSelection
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
111
return TextRangeProviderWrapper.WrapArgument( _iface.
GetSelection
(), _peer );
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
475
ITextRangeProvider[] currentRanges = textProvider.
GetSelection
();