6 references to RingBufferLength
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (6)
44for (index = 0; index < RingBufferLength - _maxMatchLength; index++) 51_currentRingBufferPosition = RingBufferLength - _maxMatchLength; 72_currentRingBufferPosition &= RingBufferLength - 1; 85byte1 = _ringBuffer[(start + index) & (RingBufferLength - 1)]; 89_currentRingBufferPosition &= RingBufferLength - 1; 101private byte[] _ringBuffer = new byte[RingBufferLength];