3 writes to _pitch
System.Speech (3)
Internal\Synthesis\SSmlParser.cs (1)
861isInvalidAttribute = ParseNumberHz(reader, ref sPitch, s_pitchNames, s_pitchWords, ref prosody._pitch);
Synthesis\TTSEngine\TTSEngineTypes.cs (2)
276public ProsodyNumber Pitch { get { return _pitch; } set { _pitch = value; } } 299cloned._pitch = _pitch;
2 references to _pitch
System.Speech (2)
Synthesis\TTSEngine\TTSEngineTypes.cs (2)
276public ProsodyNumber Pitch { get { return _pitch; } set { _pitch = value; } } 299cloned._pitch = _pitch;