7 references to EndInputStream
System.Speech (7)
Internal\Synthesis\EngineSite.cs (1)
55
if (sapiEvent.EventId == (short)TtsEventId.
EndInputStream
&& _eventMapper != null)
Internal\Synthesis\VoiceSynthesis.cs (6)
968
if (evtId == TtsEventId.
EndInputStream
)
1024
InjectEvent(TtsEventId.
EndInputStream
, prompt, exception, null);
1033
InjectEvent(TtsEventId.
EndInputStream
, prompt, exception, null);
1040
InjectEvent(TtsEventId.
EndInputStream
, prompt, exception, null);
1532
case TtsEventId.
EndInputStream
:
1809
private int _ttsEvents = (1 << (int)TtsEventId.StartInputStream) | (1 << (int)TtsEventId.
EndInputStream
);