4 references to _ringBuffer
PresentationCore (4)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (4)
62_ringBuffer[index] = 0; 87_ringBuffer[_currentRingBufferPosition++] = byte1; 101byte1 = _ringBuffer[(start + index) & (RingBufferLength - 1)]; 104_ringBuffer[_currentRingBufferPosition++] = byte1;