7 references to IsNextToAnyBreak
PresentationFramework (7)
MS\Internal\PtsHost\TextParaClient.cs (1)
2042
return (TextPointerBase.
IsNextToAnyBreak
(position, LogicalDirection.Backward));
System\Windows\Controls\TextBlock.cs (1)
2349
&& TextPointerBase.
IsNextToAnyBreak
(endOfLineTextPointer, LogicalDirection.Backward))
System\windows\Documents\TextEditorSelection.cs (2)
1137
if (TextPointerBase.
IsNextToAnyBreak
(newMovingPosition, LogicalDirection.Forward) ||
2323
TextPointerBase.
IsNextToAnyBreak
(movingPosition, LogicalDirection.Backward))
System\Windows\Documents\TextRangeBase.cs (2)
286
!TextPointerBase.
IsNextToAnyBreak
(thisRange.End, LogicalDirection.Forward))
305
(TextPointerBase.
IsNextToAnyBreak
(thisRange.End, LogicalDirection.Backward) ||
System\windows\Documents\TextSelection.cs (1)
2201
TextPointerBase.
IsNextToAnyBreak
(caretPosition, LogicalDirection.Backward)))