14 references to Orientation
PresentationFramework (14)
System\Windows\Controls\WrapPanel.cs (14)
130
/// DependencyProperty for <see cref="
Orientation
" /> property.
212
UVSize curLineSize = new UVSize(
Orientation
);
213
UVSize panelSize = new UVSize(
Orientation
);
214
UVSize uvConstraint = new UVSize(
Orientation
, constraint.Width, constraint.Height);
236
Orientation
,
250
curLineSize = new UVSize(
Orientation
);
277
double itemU = (
Orientation
== Orientation.Horizontal ? itemWidth : itemHeight);
278
UVSize curLineSize = new UVSize(
Orientation
);
279
UVSize uvFinalSize = new UVSize(
Orientation
, finalSize.Width, finalSize.Height);
282
bool useItemU = (
Orientation
== Orientation.Horizontal ? itemWidthSet : itemHeightSet);
292
Orientation
,
309
curLineSize = new UVSize(
Orientation
);
332
bool isHorizontal = (
Orientation
== Orientation.Horizontal);
340
UVSize childSize = new UVSize(
Orientation
, child.DesiredSize.Width, child.DesiredSize.Height);