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)
43
for (index = 0; index < RingBufferLength -
_maxMatchLength
; index++)
50
_currentRingBufferPosition = RingBufferLength -
_maxMatchLength
;