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