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