1 write to FastPathClass
PresentationCore (1)
MS\Internal\TextFormatting\Bidi.cs (1)
116
FastPathClass
= new byte[(int) DirectionClass.ClassMax]
6 references to FastPathClass
PresentationCore (6)
MS\Internal\TextFormatting\Bidi.cs (6)
1992
if ((
FastPathClass
[(int) lastStrongClass] & 0x02) == 0x02) // Strong Left or Right
1994
lastPathClass =
FastPathClass
[(int) lastStrongClass];
2044
if (
FastPathClass
[(int) tempClass] == 0)
2052
if (
FastPathClass
[(int) tempClass] == 1) // Neutral
2063
if (lastPathClass !=
FastPathClass
[(int) tempClass])
2080
lastPathClass =
FastPathClass
[(int) tempClass];