4 implementations of AddToSelection
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
135public void AddToSelection()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
2049void ITextRangeProvider.AddToSelection()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
442void ITextRangeProvider.AddToSelection()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
334void ITextRangeProvider.AddToSelection()
1 reference to AddToSelection
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
322_iface.AddToSelection();