4 references to IsCharUnicodeNewLine
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditorSpelling.cs (1)
358
isSelectionIgnoringErrors = TextPointerBase.
IsCharUnicodeNewLine
(text[i]);
src\Framework\System\Windows\Documents\TextPointerBase.cs (3)
629
(actualCount == 1 &&
IsCharUnicodeNewLine
(textBuffer[0]))
633
(direction == LogicalDirection.Backward &&
IsCharUnicodeNewLine
(textBuffer[1]))
635
(direction == LogicalDirection.Forward &&
IsCharUnicodeNewLine
(textBuffer[0]))