3 references to ContourPoint
System.Speech (3)
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))); 1593points.Add(new ContourPoint(1, points[points.Count - 1].Change, points[points.Count - 1].ChangeType));