2 writes to soundLocation
System (2)
sys\system\Media\SoundPlayer.cs (2)
417this.soundLocation = soundLocation; 443this.soundLocation = String.Empty;
10 references to soundLocation
System (10)
sys\system\Media\SoundPlayer.cs (10)
127return soundLocation; 133if (soundLocation.Equals(value)) 189throw new FileNotFoundException(SR.GetString(SR.SoundAPIFileDoesNotExist), this.soundLocation); 236throw new FileNotFoundException(SR.GetString(SR.SoundAPIFileDoesNotExist), this.soundLocation); 249if (String.IsNullOrEmpty(soundLocation) && stream == null) { 575throw new FileNotFoundException(SR.GetString(SR.SoundAPIFileDoesNotExist), this.soundLocation); 580throw new InvalidOperationException(SR.GetString(SR.SoundAPIInvalidWaveFile, this.soundLocation)); 595throw new InvalidOperationException(SR.GetString(SR.SoundAPIReadError, this.soundLocation)); 711if (!String.IsNullOrEmpty(this.soundLocation)) { 712info.AddValue("SoundLocation", this.soundLocation);