2 writes to _byteArrayIndex
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Ink\BitStream.cs (2)
41_byteArrayIndex = startIndex; 272_byteArrayIndex++;
2 references to _byteArrayIndex
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Ink\BitStream.cs (2)
271byte nextByte = _byteArray[_byteArrayIndex]; 317return _byteArrayIndex - 1;