4 implementations of Select
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
131public void Select()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
2033void ITextRangeProvider.Select()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
436void ITextRangeProvider.Select()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
321void ITextRangeProvider.Select()
1 reference to Select
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
317_iface.Select();