1 write to FastPathClass
PresentationCore (1)
MS\Internal\TextFormatting\Bidi.cs (1)
108
FastPathClass
= new byte[(int) DirectionClass.ClassMax]
6 references to FastPathClass
PresentationCore (6)
MS\Internal\TextFormatting\Bidi.cs (6)
1984
if ((
FastPathClass
[(int) lastStrongClass] & 0x02) == 0x02) // Strong Left or Right
1986
lastPathClass =
FastPathClass
[(int) lastStrongClass];
2036
if (
FastPathClass
[(int) tempClass] == 0)
2044
if (
FastPathClass
[(int) tempClass] == 1) // Neutral
2055
if (lastPathClass !=
FastPathClass
[(int) tempClass])
2072
lastPathClass =
FastPathClass
[(int) tempClass];