3 writes to _maxBytes
PresentationFramework (3)
MS\Internal\Navigation\BindStream.cs (3)
32
_maxBytes
= maxBytes;
319
_maxBytes
= _bytesRead > _maxBytes ? _bytesRead : _maxBytes;
341
_maxBytes
= _bytesRead > _maxBytes ? _bytesRead : _maxBytes;
10 references to _maxBytes
PresentationFramework (10)
MS\Internal\Navigation\BindStream.cs (10)
54
if (_bytesRead ==
_maxBytes
&& _lastProgressEventByte <
_maxBytes
)
56
UpdateNavProgressHelper(
_maxBytes
);
57
_lastProgressEventByte =
_maxBytes
;
69
_cc.OnNavigationProgress(_uri, numBytes,
_maxBytes
);
76
_cc.OnNavigationProgress(_uri, numBytes,
_maxBytes
);
319
_maxBytes = _bytesRead >
_maxBytes
? _bytesRead :
_maxBytes
;
341
_maxBytes = _bytesRead >
_maxBytes
? _bytesRead :
_maxBytes
;