12 references to Direction
System.Speech (12)
Internal\SrgsCompiler\Arc.cs (3)
335internal static void CopyTags(Arc src, Arc dest, Direction move) 347if (move == Direction.Right) 375if (move == Direction.Right)
Internal\SrgsCompiler\Graph.cs (4)
555Arc.CopyTags(commonArc, duplicatedArc, Direction.Left); 697Arc.CopyTags(commonArc, duplicatedArc, Direction.Right); 748Arc.CopyTags(arc, previousArc, Direction.Left); 782Arc.CopyTags(arc, pNextArc, Direction.Right);
Internal\SrgsCompiler\ParseElementCollection.cs (5)
208Arc.CopyTags(_endArc, start, Direction.Right); 214Arc.CopyTags(start, _endArc, Direction.Left); 230Arc.CopyTags(start, _endArc, Direction.Left); 245Arc.CopyTags(_endArc, start, Direction.Right); 268Arc.CopyTags(start, _endArc, Direction.Left);