3 references to IsNextToRichBreak
PresentationFramework (3)
System\Windows\Documents\TextPointerBase.cs (3)
654return IsNextToRichBreak(thisPosition, direction, typeof(LineBreak)); 663return IsNextToRichBreak(thisPosition, direction, typeof(Paragraph)); 679return (IsNextToPlainLineBreak(thisPosition, direction) || IsNextToRichBreak(thisPosition, direction, null));