5 references to UVSize
PresentationFramework (5)
src\Framework\System\Windows\Controls\WrapPanel.cs (5)
227UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 248UVSize sz = new UVSize( 292UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 304UVSize sz = new UVSize( 353UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);