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