5 references to UVSize
PresentationFramework (5)
System\Windows\Controls\WrapPanel.cs (5)
225
UVSize uvConstraint = new
UVSize
(Orientation, constraint.Width, constraint.Height);
246
UVSize sz = new
UVSize
(
290
UVSize uvFinalSize = new
UVSize
(Orientation, finalSize.Width, finalSize.Height);
302
UVSize sz = new
UVSize
(
351
UVSize childSize = new
UVSize
(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);