2 references to None
PresentationFramework (2)
System\Windows\Controls\TextAdaptor.cs (1)
697return (_textContainer.TextSelection == null) ? SupportedTextSelection.None : SupportedTextSelection.Single;
System\Windows\Controls\TextRangeAdaptor.cs (1)
2035if (((ITextProvider)_textAdaptor).SupportedTextSelection == SupportedTextSelection.None)