2 writes to _defaultRate
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
73
_site.VoiceRate =
_defaultRate
= (int)GetDefaultRate();
594
_site.VoiceRate =
_defaultRate
= value;
1 reference to _defaultRate
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
881
_site.InitRun(_waveOut,
_defaultRate
, prompt);