5 references to BidiLevel
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
111run._bidiLevel = glyphs.BidiLevel;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
876bool LTR1 = ((glyph1.BidiLevel & 1) == 0); 877bool LTR2 = ((glyph2.BidiLevel & 1) == 0);
src\Framework\System\Windows\Documents\Glyphs.cs (2)
197bool leftToRight = ((BidiLevel & 1) == 0); 371glyphRunProperties.bidiLevel = BidiLevel;