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