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