2 references to RestrictWithinBlock
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextPointerBase.cs (2)
569
wordStart =
RestrictWithinBlock
(thisPosition, wordStart, LogicalDirection.Backward);
570
wordEnd =
RestrictWithinBlock
(thisPosition, wordEnd, LogicalDirection.Forward);