1 write to orientation
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
272this.orientation = orientation;
6 references to orientation
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerWidgets.cs (6)
335if (this.orientation == Orientation.Horizontal) 364if (this.orientation == Orientation.Horizontal) 398return this.orientation; 485if (this.orientation == Orientation.Horizontal) 510ScrollButton scrollButton = (this.orientation == Orientation.Horizontal) ? ScrollButton.Left : ScrollButton.Up; 518ScrollButton scrollButton = (this.orientation == Orientation.Horizontal) ? ScrollButton.Right : ScrollButton.Down;