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