1 write to FastPathClass
PresentationCore (1)
MS\Internal\TextFormatting\Bidi.cs (1)
107
FastPathClass
= new byte[(int) DirectionClass.ClassMax]
6 references to FastPathClass
PresentationCore (6)
MS\Internal\TextFormatting\Bidi.cs (6)
1983
if ((
FastPathClass
[(int) lastStrongClass] & 0x02) == 0x02) // Strong Left or Right
1985
lastPathClass =
FastPathClass
[(int) lastStrongClass];
2035
if (
FastPathClass
[(int) tempClass] == 0)
2043
if (
FastPathClass
[(int) tempClass] == 1) // Neutral
2054
if (lastPathClass !=
FastPathClass
[(int) tempClass])
2071
lastPathClass =
FastPathClass
[(int) tempClass];