4 implementations of SupportedTextSelection
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
76public SupportedTextSelection SupportedTextSelection
PresentationFramework (1)
System\Windows\Controls\TextAdaptor.cs (1)
690SupportedTextSelection ITextProvider.SupportedTextSelection
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
387SupportedTextSelection ITextProvider.SupportedTextSelection
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
320SupportedTextSelection ITextProvider.SupportedTextSelection
2 references to SupportedTextSelection
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
139return _iface.SupportedTextSelection;
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
2035if (((ITextProvider)_textAdaptor).SupportedTextSelection == SupportedTextSelection.None)