4 references to _bytesInterval
PresentationFramework (4)
MS\Internal\Navigation\BindStream.cs (4)
46
for(long numBytes =_lastProgressEventByte +
_bytesInterval
;
48
numBytes +=
_bytesInterval
)
322
if (((_lastProgressEventByte +
_bytesInterval
) <= _bytesRead) ||
345
if (((_lastProgressEventByte +
_bytesInterval
) <= _bytesRead) ||