1 write to _ttsInterest
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
1676
_ttsInterest
= ttsInterest;
4 references to _ttsInterest
System.Speech (4)
Internal\Synthesis\VoiceSynthesis.cs (4)
890
_site.SetEventsInterest(
_ttsInterest
);
899
if ((
_ttsInterest
& (1 << (int)TtsEventId.Phoneme)) != 0 && engineProxy.EngineAlphabet != AlphabetType.Ipa)
975
if ((evtMask &
_ttsInterest
) != 0)
1680
_site.SetEventsInterest(
_ttsInterest
);