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