3 references to Single
PresentationFramework (1)
System\Windows\Controls\TextAdaptor.cs (1)
694return (_textContainer.TextSelection == null) ? SupportedTextSelection.None : SupportedTextSelection.Single;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
391return SupportedTextSelection.Single;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
324return SupportedTextSelection.Single;