24 references to SR
System.Windows.Extensions (24)
System\Media\SoundPlayer.cs (20)
80throw new ArgumentOutOfRangeException(nameof(LoadTimeout), value, SR.SoundAPILoadTimeout); 145throw new FileNotFoundException(SR.SoundAPIFileDoesNotExist, _soundLocation); 195throw new FileNotFoundException(SR.SoundAPIFileDoesNotExist, _soundLocation); 253throw new TimeoutException(SR.SoundAPILoadTimedOut); 295throw new TimeoutException(SR.SoundAPILoadTimedOut); 391throw new UriFormatException(SR.SoundAPIBadSoundLocation); 544throw new FileNotFoundException(SR.SoundAPIFileDoesNotExist, _soundLocation); 557throw new InvalidOperationException(SR.Format(SR.SoundAPIInvalidWaveFile, _soundLocation)); 564throw new InvalidOperationException(SR.SoundAPIInvalidWaveHeader); 581throw new InvalidOperationException(SR.Format(SR.SoundAPIReadError, _soundLocation)); 599throw new InvalidOperationException(SR.SoundAPIInvalidWaveHeader); 605throw new InvalidOperationException(SR.SoundAPIFormatNotSupported); 625throw new InvalidOperationException(SR.SoundAPIInvalidWaveHeader); 652throw new InvalidOperationException(SR.SoundAPIInvalidWaveHeader); 659throw new InvalidOperationException(SR.SoundAPIInvalidWaveHeader); 666throw new InvalidOperationException(SR.SoundAPIInvalidWaveHeader); 680throw new InvalidOperationException(SR.SoundAPIInvalidWaveHeader); 687throw new InvalidOperationException(SR.SoundAPIFormatNotSupported);
System\Security\Cryptography\X509Certificates\X509Certificate2UI.cs (4)
50throw new CryptographicException(SR.Format(SR.Cryptography_InvalidHandle, nameof(safeCertContext))); 95throw new ArgumentException(SR.Format(SR.Enum_InvalidValue, nameof(selectionFlag)));