4 references to BlockSize
System.Windows.Extensions (4)
System\Media\SoundPlayer.cs (4)
500_streamData = new byte[BlockSize]; 503int readBytes = await _stream.ReadAsync(_streamData.AsMemory(_currentPos, BlockSize), cancellationToken).ConfigureAwait(false); 509if (_streamData.Length < _currentPos + BlockSize) 515readBytes = await _stream.ReadAsync(_streamData.AsMemory(_currentPos, BlockSize), cancellationToken).ConfigureAwait(false);