4 references to IsCharUnicodeNewLine
PresentationFramework (4)
System\windows\Documents\TextEditorSpelling.cs (1)
354
isSelectionIgnoringErrors = TextPointerBase.
IsCharUnicodeNewLine
(text[i]);
System\Windows\Documents\TextPointerBase.cs (3)
624
(actualCount == 1 &&
IsCharUnicodeNewLine
(textBuffer[0]))
628
(direction == LogicalDirection.Backward &&
IsCharUnicodeNewLine
(textBuffer[1]))
630
(direction == LogicalDirection.Forward &&
IsCharUnicodeNewLine
(textBuffer[0]))