3 writes to _maxBytes
PresentationFramework (3)
MS\Internal\Navigation\BindStream.cs (3)
35
_maxBytes
= maxBytes;
322
_maxBytes
= _bytesRead > _maxBytes ? _bytesRead : _maxBytes;
344
_maxBytes
= _bytesRead > _maxBytes ? _bytesRead : _maxBytes;
10 references to _maxBytes
PresentationFramework (10)
MS\Internal\Navigation\BindStream.cs (10)
57
if (_bytesRead ==
_maxBytes
&& _lastProgressEventByte <
_maxBytes
)
59
UpdateNavProgressHelper(
_maxBytes
);
60
_lastProgressEventByte =
_maxBytes
;
72
_cc.OnNavigationProgress(_uri, numBytes,
_maxBytes
);
79
_cc.OnNavigationProgress(_uri, numBytes,
_maxBytes
);
322
_maxBytes = _bytesRead >
_maxBytes
? _bytesRead :
_maxBytes
;
344
_maxBytes = _bytesRead >
_maxBytes
? _bytesRead :
_maxBytes
;