10 references to ProsodyNumber
System.Speech (10)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (10)
1012public System.Speech.Synthesis.TtsEngine.ProsodyNumber Pitch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1013public System.Speech.Synthesis.TtsEngine.ProsodyNumber Range { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1014public System.Speech.Synthesis.TtsEngine.ProsodyNumber Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1015public System.Speech.Synthesis.TtsEngine.ProsodyNumber Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1021public partial struct ProsodyNumber : System.IEquatable<System.Speech.Synthesis.TtsEngine.ProsodyNumber> 1033public bool Equals(System.Speech.Synthesis.TtsEngine.ProsodyNumber other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1035public static bool operator ==(System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber1, System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1036public static bool operator !=(System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber1, System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }