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