2 writes to _currentVoice
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
622
_currentVoice
= value;
1459
_currentVoice
= _defaultVoice;
5 references to _currentVoice
System.Speech (5)
Internal\Synthesis\VoiceSynthesis.cs (5)
533
TTSVoice defaultVoice =
_currentVoice
?? GetVoice(switchContext);
618
if (
_currentVoice
== _defaultVoice && value == null)
635
if (
_currentVoice
== null)
639
return
_currentVoice
!;
754
TTSVoice voice =
_currentVoice
?? GetVoice(false);