4 references to Orientation
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (4)
146DrawButton(graphics, (Orientation == Orientation.Horizontal) ? ScrollButton.Left : ScrollButton.Up); 149DrawButton(graphics, (Orientation == Orientation.Horizontal) ? ScrollButton.Right : ScrollButton.Down); 159if (Orientation == Orientation.Horizontal) 168Size inflateSize = (Orientation == Orientation.Horizontal) ? new Size(0, 2) : new Size(2, 0);