4 references to BidiLevel
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedHighlight.cs (1)
170if ((run.BidiLevel & 1) != 0)
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
818if ((run.BidiLevel & 1) != 0) 1054if ((run.BidiLevel & 1) != 0)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
564bool leftToRight = ((run.BidiLevel & 1) == 0);