3 writes to _bytesRead
PresentationFramework (3)
MS\Internal\Navigation\BindStream.cs (3)
34
_bytesRead
= 0;
314
_bytesRead
+= bytes;
343
_bytesRead
++;
8 references to _bytesRead
PresentationFramework (8)
MS\Internal\Navigation\BindStream.cs (8)
50
numBytes <=
_bytesRead
;
57
if (
_bytesRead
== _maxBytes && _lastProgressEventByte < _maxBytes)
322
_maxBytes =
_bytesRead
> _maxBytes ?
_bytesRead
: _maxBytes;
325
if (((_lastProgressEventByte + _bytesInterval) <=
_bytesRead
) ||
344
_maxBytes =
_bytesRead
> _maxBytes ?
_bytesRead
: _maxBytes;
348
if (((_lastProgressEventByte + _bytesInterval) <=
_bytesRead
) ||