6 references to RingBufferLength
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (6)
43
for (index = 0; index <
RingBufferLength
- _maxMatchLength; index++)
50
_currentRingBufferPosition =
RingBufferLength
- _maxMatchLength;
71
_currentRingBufferPosition &=
RingBufferLength
- 1;
84
byte1 = _ringBuffer[(start + index) & (
RingBufferLength
- 1)];
88
_currentRingBufferPosition &=
RingBufferLength
- 1;
100
private byte[] _ringBuffer = new byte[
RingBufferLength
];