14 references to Orientation
PresentationFramework (14)
System\Windows\Controls\WrapPanel.cs (14)
141/// DependencyProperty for <see cref="Orientation" /> property. 223UVSize curLineSize = new UVSize(Orientation); 224UVSize panelSize = new UVSize(Orientation); 225UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 247Orientation, 261curLineSize = new UVSize(Orientation); 288double itemU = (Orientation == Orientation.Horizontal ? itemWidth : itemHeight); 289UVSize curLineSize = new UVSize(Orientation); 290UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 293bool useItemU = (Orientation == Orientation.Horizontal ? itemWidthSet : itemHeightSet); 303Orientation, 320curLineSize = new UVSize(Orientation); 343bool isHorizontal = (Orientation == Orientation.Horizontal); 351UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);