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