1 write to _gorIndexMap
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (1)
37
_gorIndexMap
= new GorillaAlgoByte[] {
3 references to _gorIndexMap
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (3)
360
if (index <
_gorIndexMap
.Length && index >= 0)
362
bitCount = (int)
_gorIndexMap
[index].BitCount;
363
padCount = (int)
_gorIndexMap
[index].PadCount;