3 references to ParagraphTerminatorLevel
PresentationCore (3)
MS\Internal\TextFormatting\Bidi.cs (3)
2179
levels[counter] =
ParagraphTerminatorLevel
;
2203
if (levels[counter-1] < levels[counter] && levels[counter] !=
ParagraphTerminatorLevel
)
2386
currenLimitIsParagraphTerminator = (levels[runLimits[counter]] ==
ParagraphTerminatorLevel
);