1 write to orientation
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1699
this.
orientation
= orientation;
6 references to orientation
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerWidgets.cs (6)
1925
if (this.
orientation
== Orientation.Horizontal)
1954
int maxTotalTabItemSize = ((this.
orientation
== Orientation.Horizontal) ? Width : Height);
1987
if (this.
orientation
== Orientation.Horizontal)
2014
int lastItemWidth = (this.
orientation
== Orientation.Horizontal) ? lastItemStruct.TabItemRectangle.Width - itemSizeDecrease : lastItemStruct.TabItemRectangle.Height - itemSizeDecrease;
2020
if (this.
orientation
== Orientation.Horizontal)
2110
if (this.
orientation
== Orientation.Horizontal)