2 writes to _soundLocation
System.Windows.Extensions (2)
System\Media\SoundPlayer.cs (2)
385_soundLocation = soundLocation; 416_soundLocation = string.Empty;
8 references to _soundLocation
System.Windows.Extensions (8)
System\Media\SoundPlayer.cs (8)
89get => _soundLocation; 94if (_soundLocation.Equals(value)) 145throw new FileNotFoundException(SR.SoundAPIFileDoesNotExist, _soundLocation); 195throw new FileNotFoundException(SR.SoundAPIFileDoesNotExist, _soundLocation); 208if (string.IsNullOrEmpty(_soundLocation) && _stream == null) 544throw new FileNotFoundException(SR.SoundAPIFileDoesNotExist, _soundLocation); 557throw new InvalidOperationException(SR.Format(SR.SoundAPIInvalidWaveFile, _soundLocation)); 581throw new InvalidOperationException(SR.Format(SR.SoundAPIReadError, _soundLocation));