5 references to UVSize
PresentationFramework (5)
System\Windows\Controls\WrapPanel.cs (5)
214
UVSize uvConstraint = new
UVSize
(Orientation, constraint.Width, constraint.Height);
235
UVSize sz = new
UVSize
(
279
UVSize uvFinalSize = new
UVSize
(Orientation, finalSize.Width, finalSize.Height);
291
UVSize sz = new
UVSize
(
340
UVSize childSize = new
UVSize
(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);