1 write to _maxMatchLength
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (1)
54_maxMatchLength = FirstMaxMatchLength;
2 references to _maxMatchLength
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (2)
57for (index = 0; index < RingBufferLength - _maxMatchLength; index++) 64_currentRingBufferPosition = RingBufferLength - _maxMatchLength;