4 writes to _stateChanged
System.Speech (4)
Internal\Synthesis\VoiceSynthesis.cs (2)
116
_stateChanged
+= eventHandler;
139
_stateChanged
-= eventHandler;
Synthesis\SpeechSynthesizer.cs (2)
387
VoiceSynthesizer.
_stateChanged
+= value;
393
VoiceSynthesizer.
_stateChanged
-= value;
2 references to _stateChanged
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
294
if (
_stateChanged
!= null)
296
_asyncWorkerUI.PostOperation(
_stateChanged
, _speechSyntesizer.Target, e);