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