6 references to RingBufferLength
PresentationCore (6)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (6)
57for (index = 0; index < RingBufferLength - _maxMatchLength; index++) 64_currentRingBufferPosition = RingBufferLength - _maxMatchLength; 85_currentRingBufferPosition &= RingBufferLength - 1; 98byte1 = _ringBuffer[(start + index) & (RingBufferLength - 1)]; 102_currentRingBufferPosition &= RingBufferLength - 1; 114private byte[] _ringBuffer = new byte[RingBufferLength];