3 references to IsNextToRichBreak
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextPointerBase.cs (3)
656return IsNextToRichBreak(thisPosition, direction, typeof(LineBreak)); 665return IsNextToRichBreak(thisPosition, direction, typeof(Paragraph)); 681return (IsNextToPlainLineBreak(thisPosition, direction) || IsNextToRichBreak(thisPosition, direction, null));