7 references to SpeechEventInfo
System.Speech (7)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (7)
1009void AddEvents(System.Speech.Synthesis.TtsEngine.SpeechEventInfo[] events, int count); 1112public partial struct SpeechEventInfo : System.IEquatable<System.Speech.Synthesis.TtsEngine.SpeechEventInfo> 1122public bool Equals(System.Speech.Synthesis.TtsEngine.SpeechEventInfo other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1124public static bool operator ==(System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1125public static bool operator !=(System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }