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