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