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