4 references to _ringBuffer
PresentationCore (4)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (4)
46_ringBuffer[index] = 0; 71_ringBuffer[_currentRingBufferPosition++] = byte1; 85byte1 = _ringBuffer[(start + index) & (RingBufferLength - 1)]; 88_ringBuffer[_currentRingBufferPosition++] = byte1;