4 implementations of Select
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
130public void Select()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
2032void ITextRangeProvider.Select()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
435void ITextRangeProvider.Select()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
320void ITextRangeProvider.Select()
1 reference to Select
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
316_iface.Select();