4 references to _ringBuffer
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (4)
59
_ringBuffer
[index] = 0;
84
_ringBuffer
[_currentRingBufferPosition++] = byte1;
98
byte1 =
_ringBuffer
[(start + index) & (RingBufferLength - 1)];
101
_ringBuffer
[_currentRingBufferPosition++] = byte1;