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