24 instantiations of GorillaAlgoByte
PresentationCore (24)
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (24)
42new GorillaAlgoByte(8, 0), // 0 44new GorillaAlgoByte(1, 0), // 1 45new GorillaAlgoByte(1, 1), // 2 46new GorillaAlgoByte(1, 2), // 3 47new GorillaAlgoByte(1, 3), // 4 48new GorillaAlgoByte(1, 4), // 5 49new GorillaAlgoByte(1, 5), // 6 50new GorillaAlgoByte(1, 6), // 7 51new GorillaAlgoByte(1, 7), // 8 53new GorillaAlgoByte(2, 0), // 9 54new GorillaAlgoByte(2, 1), // 10 55new GorillaAlgoByte(2, 2), // 11 56new GorillaAlgoByte(2, 3), // 12 58new GorillaAlgoByte(3, 0), // 13 59new GorillaAlgoByte(3, 1), // 14 60new GorillaAlgoByte(3, 2), // 15 62new GorillaAlgoByte(4, 0), // 16 63new GorillaAlgoByte(4, 1), // 17 65new GorillaAlgoByte(5, 0), // 18 66new GorillaAlgoByte(5, 1), // 19 68new GorillaAlgoByte(6, 0), // 20 69new GorillaAlgoByte(6, 1), // 21 71new GorillaAlgoByte(7, 0), // 22 72new GorillaAlgoByte(7, 1)}; // 23
2 references to GorillaAlgoByte
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (2)
40_gorIndexMap = new GorillaAlgoByte[] { 680private static GorillaAlgoByte[] _gorIndexMap;