3 references to CalcMatchValue
System.Speech (3)
Internal\Synthesis\VoiceSynthesis.cs (3)
1230
int bestMatch =
CalcMatchValue
(culture, gender, age, sysVoice.VoiceInfo);
1239
int matchValue =
CalcMatchValue
(culture, gender, age, ti.VoiceInfo);
1272
if (ti.Enabled &&
CalcMatchValue
(culture, gender, age, ti.VoiceInfo) == bestMatch)