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