1 write to _gorIndexMap
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (1)
25_gorIndexMap = new GorillaAlgoByte[] {
3 references to _gorIndexMap
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (3)
344if (index < _gorIndexMap.Length && index >= 0) 346bitCount = (int)_gorIndexMap[index].BitCount; 347padCount = (int)_gorIndexMap[index].PadCount;