3 writes to _bytesRead
PresentationFramework (3)
MS\Internal\Navigation\BindStream.cs (3)
30
_bytesRead
= 0;
310
_bytesRead
+= bytes;
339
_bytesRead
++;
8 references to _bytesRead
PresentationFramework (8)
MS\Internal\Navigation\BindStream.cs (8)
46
numBytes <=
_bytesRead
;
53
if (
_bytesRead
== _maxBytes && _lastProgressEventByte < _maxBytes)
318
_maxBytes =
_bytesRead
> _maxBytes ?
_bytesRead
: _maxBytes;
321
if (((_lastProgressEventByte + _bytesInterval) <=
_bytesRead
) ||
340
_maxBytes =
_bytesRead
> _maxBytes ?
_bytesRead
: _maxBytes;
344
if (((_lastProgressEventByte + _bytesInterval) <=
_bytesRead
) ||