3 references to TryConvertAge
System.Speech (3)
Internal\Synthesis\SSmlParser.cs (1)
1095if (!SsmlParserHelpers.TryConvertAge(sAge, out age))
Internal\Synthesis\VoiceSynthesis.cs (1)
1444SsmlParserHelpers.TryConvertAge(defaultVoice.Age.ToLowerInvariant(), out age);
Synthesis\VoiceInfo.cs (1)
51SsmlParserHelpers.TryConvertAge(token.Age.ToLowerInvariant(), out _age);