23 references to Attributes
System.Speech (23)
Internal\ObjectToken\ObjectToken.cs (9)
133if (Attributes == null || !Attributes.TryGetString("Age", out age)) 149if (Attributes == null || !Attributes.TryGetString("Gender", out gender)) 164if (Attributes != null) 166Attributes.TryGetString("Name", out name); 185if (Attributes.TryGetString("Language", out langId)) 249fMatch &= HasValue(s) || (Attributes != null && Attributes.HasValue(s));
Internal\ObjectToken\SAPICategories.cs (2)
161attributes1 = token1.Attributes; 162attributes2 = token2.Attributes;
Internal\Synthesis\VoiceSynthesis.cs (1)
1479if (voiceToken != null && voiceToken.Attributes != null)
Recognition\RecognizerInfo.cs (5)
38foreach (string keyName in token.Attributes.GetValueNames()) 41if (token.Attributes.TryGetString(keyName, out attributeValue)) 49if (token.Attributes.TryGetString("AudioFormats", out audioFormats)) 64if (token.Attributes == null) 73if (!token.Attributes.TryGetString("Language", out langId))
Synthesis\VoiceInfo.cs (6)
55if (token.Attributes.TryGetString("Language", out langId)) 72if (token.Attributes != null) 76foreach (string keyName in token.Attributes.GetValueNames()) 79if (token.Attributes.TryGetString(keyName, out attributeValue)) 88if (token.Attributes != null && token.Attributes.TryGetString("AudioFormats", out audioFormats))