6 references to RingBufferLength
PresentationCore (6)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (6)
57
for (index = 0; index <
RingBufferLength
- _maxMatchLength; index++)
64
_currentRingBufferPosition =
RingBufferLength
- _maxMatchLength;
85
_currentRingBufferPosition &=
RingBufferLength
- 1;
98
byte1 = _ringBuffer[(start + index) & (
RingBufferLength
- 1)];
102
_currentRingBufferPosition &=
RingBufferLength
- 1;
114
private byte[] _ringBuffer = new byte[
RingBufferLength
];