6 references to RingBufferLength
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (6)
60for (index = 0; index < RingBufferLength - _maxMatchLength; index++) 67_currentRingBufferPosition = RingBufferLength - _maxMatchLength; 88_currentRingBufferPosition &= RingBufferLength - 1; 101byte1 = _ringBuffer[(start + index) & (RingBufferLength - 1)]; 105_currentRingBufferPosition &= RingBufferLength - 1; 117private byte[] _ringBuffer = new byte[RingBufferLength];