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