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