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