1 write to _maxMatchLength
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (1)
40_maxMatchLength = FirstMaxMatchLength;
2 references to _maxMatchLength
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (2)
43for (index = 0; index < RingBufferLength - _maxMatchLength; index++) 50_currentRingBufferPosition = RingBufferLength - _maxMatchLength;