3 writes to _maxBytes
PresentationFramework (3)
MS\Internal\Navigation\BindStream.cs (3)
31
_maxBytes
= maxBytes;
318
_maxBytes
= _bytesRead > _maxBytes ? _bytesRead : _maxBytes;
340
_maxBytes
= _bytesRead > _maxBytes ? _bytesRead : _maxBytes;
10 references to _maxBytes
PresentationFramework (10)
MS\Internal\Navigation\BindStream.cs (10)
53
if (_bytesRead ==
_maxBytes
&& _lastProgressEventByte <
_maxBytes
)
55
UpdateNavProgressHelper(
_maxBytes
);
56
_lastProgressEventByte =
_maxBytes
;
68
_cc.OnNavigationProgress(_uri, numBytes,
_maxBytes
);
75
_cc.OnNavigationProgress(_uri, numBytes,
_maxBytes
);
318
_maxBytes = _bytesRead >
_maxBytes
? _bytesRead :
_maxBytes
;
340
_maxBytes = _bytesRead >
_maxBytes
? _bytesRead :
_maxBytes
;