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