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