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