6 references to RingBufferLength
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (6)
60
for (index = 0; index <
RingBufferLength
- _maxMatchLength; index++)
67
_currentRingBufferPosition =
RingBufferLength
- _maxMatchLength;
88
_currentRingBufferPosition &=
RingBufferLength
- 1;
101
byte1 = _ringBuffer[(start + index) & (
RingBufferLength
- 1)];
105
_currentRingBufferPosition &=
RingBufferLength
- 1;
117
private byte[] _ringBuffer = new byte[
RingBufferLength
];