3 writes to _bytesRead
PresentationFramework (3)
MS\Internal\Navigation\BindStream.cs (3)
31
_bytesRead
= 0;
311
_bytesRead
+= bytes;
340
_bytesRead
++;
8 references to _bytesRead
PresentationFramework (8)
MS\Internal\Navigation\BindStream.cs (8)
47
numBytes <=
_bytesRead
;
54
if (
_bytesRead
== _maxBytes && _lastProgressEventByte < _maxBytes)
319
_maxBytes =
_bytesRead
> _maxBytes ?
_bytesRead
: _maxBytes;
322
if (((_lastProgressEventByte + _bytesInterval) <=
_bytesRead
) ||
341
_maxBytes =
_bytesRead
> _maxBytes ?
_bytesRead
: _maxBytes;
345
if (((_lastProgressEventByte + _bytesInterval) <=
_bytesRead
) ||