3 references to StartInputStream
System.Speech (3)
Internal\Synthesis\VoiceSynthesis.cs (3)
746InjectEvent(TtsEventId.StartInputStream, paramSpeak._prompt, paramSpeak._prompt.Exception, null); 1527case TtsEventId.StartInputStream: 1809private int _ttsEvents = (1 << (int)TtsEventId.StartInputStream) | (1 << (int)TtsEventId.EndInputStream);