6 references to ContourPointChangeType
System.Speech (6)
Internal\Synthesis\SSmlParser.cs (3)
1560points.Add(new ContourPoint(0, target.Number, ContourPointChangeType.Hz)); 1575points.Add(new ContourPoint(timePosition.Number, target.Number, (hz ? ContourPointChangeType.Hz : ContourPointChangeType.Percentage)));
Synthesis\TTSEngine\TTSEngineTypes.cs (3)
320public ContourPointChangeType ChangeType { get { return _changeType; } /* internal set { _changeType = value; } */ } 321public ContourPoint(float start, float change, ContourPointChangeType changeType) 355private ContourPointChangeType _changeType;