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