14 references to Orientation
PresentationFramework (14)
System\Windows\Controls\WrapPanel.cs (14)
131/// DependencyProperty for <see cref="Orientation" /> property. 213UVSize curLineSize = new UVSize(Orientation); 214UVSize panelSize = new UVSize(Orientation); 215UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 237Orientation, 251curLineSize = new UVSize(Orientation); 278double itemU = (Orientation == Orientation.Horizontal ? itemWidth : itemHeight); 279UVSize curLineSize = new UVSize(Orientation); 280UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 283bool useItemU = (Orientation == Orientation.Horizontal ? itemWidthSet : itemHeightSet); 293Orientation, 310curLineSize = new UVSize(Orientation); 333bool isHorizontal = (Orientation == Orientation.Horizontal); 341UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);