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