3 references to ParagraphTerminatorLevel
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (3)
2196
levels[counter] =
ParagraphTerminatorLevel
;
2220
if (levels[counter-1] < levels[counter] && levels[counter] !=
ParagraphTerminatorLevel
)
2403
currenLimitIsParagraphTerminator = (levels[runLimits[counter]] ==
ParagraphTerminatorLevel
);