14 references to Orientation
PresentationFramework (14)
System\Windows\Controls\WrapPanel.cs (14)
130/// DependencyProperty for <see cref="Orientation" /> property. 212UVSize curLineSize = new UVSize(Orientation); 213UVSize panelSize = new UVSize(Orientation); 214UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 236Orientation, 250curLineSize = new UVSize(Orientation); 277double itemU = (Orientation == Orientation.Horizontal ? itemWidth : itemHeight); 278UVSize curLineSize = new UVSize(Orientation); 279UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 282bool useItemU = (Orientation == Orientation.Horizontal ? itemWidthSet : itemHeightSet); 292Orientation, 309curLineSize = new UVSize(Orientation); 332bool isHorizontal = (Orientation == Orientation.Horizontal); 340UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);