4 implementations of AddToSelection
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
136public void AddToSelection()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
2050void ITextRangeProvider.AddToSelection()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
443void ITextRangeProvider.AddToSelection()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
335void ITextRangeProvider.AddToSelection()
1 reference to AddToSelection
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
323_iface.AddToSelection();