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