1 write to _prompt
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
1731
_prompt
= prompt;
11 references to _prompt
System.Speech (11)
Internal\Synthesis\VoiceSynthesis.cs (11)
395
paramSpeak.
_prompt
.Exception = new OperationCanceledException(SR.Get(SRID.PromptAsyncOperationCancelled));
418
if (paramSpeak.
_prompt
== prompt)
420
paramSpeak.
_prompt
.Exception = new OperationCanceledException(SR.Get(SRID.PromptAsyncOperationCancelled));
698
_currentPrompt = paramSpeak.
_prompt
;
746
InjectEvent(TtsEventId.StartInputStream, paramSpeak.
_prompt
, paramSpeak.
_prompt
.Exception, null);
748
if (paramSpeak.
_prompt
.Exception == null)
785
SpeakText(speakInfo, paramSpeak.
_prompt
, lexicons);
787
ChangeStateToReady(paramSpeak.
_prompt
, paramSpeak.
_prompt
.Exception);
798
ChangeStateToReady(paramSpeak.
_prompt
, e);