2 writes to _speakCompleted
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
293
VoiceSynthesizer.
_speakCompleted
+= value;
299
VoiceSynthesizer.
_speakCompleted
-= value;
2 references to _speakCompleted
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
159
if (
_speakCompleted
!= null && !e.Prompt._syncSpeak)
161
_speakCompleted
(sender, e);