4 references to _bytesInterval
PresentationFramework (4)
MS\Internal\Navigation\BindStream.cs (4)
45
for(long numBytes =_lastProgressEventByte +
_bytesInterval
;
47
numBytes +=
_bytesInterval
)
321
if (((_lastProgressEventByte +
_bytesInterval
) <= _bytesRead) ||
344
if (((_lastProgressEventByte +
_bytesInterval
) <= _bytesRead) ||