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