1 write to FastPathClass
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (1)
126
FastPathClass
= new byte[(int) DirectionClass.ClassMax]
6 references to FastPathClass
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (6)
2008
if ((
FastPathClass
[(int) lastStrongClass] & 0x02) == 0x02) // Strong Left or Right
2010
lastPathClass =
FastPathClass
[(int) lastStrongClass];
2060
if (
FastPathClass
[(int) tempClass] == 0)
2068
if (
FastPathClass
[(int) tempClass] == 1) // Neutral
2079
if (lastPathClass !=
FastPathClass
[(int) tempClass])
2096
lastPathClass =
FastPathClass
[(int) tempClass];