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