4 references to _bytesInterval
PresentationFramework (4)
MS\Internal\Navigation\BindStream.cs (4)
49
for(long numBytes =_lastProgressEventByte +
_bytesInterval
;
51
numBytes +=
_bytesInterval
)
325
if (((_lastProgressEventByte +
_bytesInterval
) <= _bytesRead) ||
348
if (((_lastProgressEventByte +
_bytesInterval
) <= _bytesRead) ||