14 references to Orientation
PresentationFramework (14)
src\Framework\System\Windows\Controls\WrapPanel.cs (14)
143/// DependencyProperty for <see cref="Orientation" /> property. 225UVSize curLineSize = new UVSize(Orientation); 226UVSize panelSize = new UVSize(Orientation); 227UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 249Orientation, 263curLineSize = new UVSize(Orientation); 290double itemU = (Orientation == Orientation.Horizontal ? itemWidth : itemHeight); 291UVSize curLineSize = new UVSize(Orientation); 292UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 295bool useItemU = (Orientation == Orientation.Horizontal ? itemWidthSet : itemHeightSet); 305Orientation, 322curLineSize = new UVSize(Orientation); 345bool isHorizontal = (Orientation == Orientation.Horizontal); 353UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);