2 references to NextLineCharacters
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (1)
1276
endOfFirstLine = textData.IndexOfAny(TextPointerBase.
NextLineCharacters
);
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
647
return Array.IndexOf(
NextLineCharacters
, ch) > -1;