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