4 references to _bytesInterval
PresentationFramework (4)
src\Framework\MS\Internal\Navigation\BindStream.cs (4)
52
for(long numBytes =_lastProgressEventByte +
_bytesInterval
;
54
numBytes +=
_bytesInterval
)
347
if (((_lastProgressEventByte +
_bytesInterval
) <= _bytesRead) ||
370
if (((_lastProgressEventByte +
_bytesInterval
) <= _bytesRead) ||