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