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