6 references to RingBufferLength
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (6)
43for (index = 0; index < RingBufferLength - _maxMatchLength; index++) 50_currentRingBufferPosition = RingBufferLength - _maxMatchLength; 71_currentRingBufferPosition &= RingBufferLength - 1; 84byte1 = _ringBuffer[(start + index) & (RingBufferLength - 1)]; 88_currentRingBufferPosition &= RingBufferLength - 1; 100private byte[] _ringBuffer = new byte[RingBufferLength];