4 references to Start
System.Speech (4)
Internal\Synthesis\SSmlParser.cs (2)
1567
if (points[points.Count - 1].
Start
> timePosition.Number)
1591
if (!points[points.Count - 1].
Start
.Equals(1.0f))
Synthesis\TTSEngine\TTSEngineTypes.cs (2)
329
return point1.
Start
.Equals(point2.
Start
) && point1.Change.Equals(point2.Change) && point1.ChangeType.Equals(point2.ChangeType);