2 writes to _ttsEvents
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
313
_ttsEvents
|= (1 << (int)ttsEvent);
331
_ttsEvents
&= ~(1 << (int)ttsEvent);
3 references to _ttsEvents
System.Speech (3)
Internal\Synthesis\VoiceSynthesis.cs (3)
83
SetInterest(
_ttsEvents
);
315
SetInterest(
_ttsEvents
);
333
SetInterest(
_ttsEvents
);