4 references to blockSize
System (4)
sys\system\Media\SoundPlayer.cs (4)
532this.streamData = new byte[blockSize]; 534int readBytes = stream.Read(streamData, currentPos, blockSize); 539if (streamData.Length < currentPos + blockSize) { 544readBytes = stream.Read(streamData, currentPos, blockSize);