5 references to UVSize
PresentationFramework (5)
System\Windows\Controls\WrapPanel.cs (5)
215UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 236UVSize sz = new UVSize( 280UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 292UVSize sz = new UVSize( 341UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);