6 references to Right
System.Speech (6)
Internal\SrgsCompiler\Arc.cs (2)
347
if (move == Direction.
Right
)
375
if (move == Direction.
Right
)
Internal\SrgsCompiler\Graph.cs (2)
697
Arc.CopyTags(commonArc, duplicatedArc, Direction.
Right
);
782
Arc.CopyTags(arc, pNextArc, Direction.
Right
);
Internal\SrgsCompiler\ParseElementCollection.cs (2)
208
Arc.CopyTags(_endArc, start, Direction.
Right
);
245
Arc.CopyTags(_endArc, start, Direction.
Right
);