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)
89
get =>
_soundLocation
;
94
if (
_soundLocation
.Equals(value))
145
throw new FileNotFoundException(SR.SoundAPIFileDoesNotExist,
_soundLocation
);
195
throw new FileNotFoundException(SR.SoundAPIFileDoesNotExist,
_soundLocation
);
208
if (string.IsNullOrEmpty(
_soundLocation
) && _stream == null)
544
throw new FileNotFoundException(SR.SoundAPIFileDoesNotExist,
_soundLocation
);
557
throw new InvalidOperationException(SR.Format(SR.SoundAPIInvalidWaveFile,
_soundLocation
));
581
throw new InvalidOperationException(SR.Format(SR.SoundAPIReadError,
_soundLocation
));