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