10 instantiations of UVSize
PresentationFramework (10)
src\Framework\System\Windows\Controls\WrapPanel.cs (10)
225UVSize curLineSize = new UVSize(Orientation); 226UVSize panelSize = new UVSize(Orientation); 227UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 248UVSize sz = new UVSize( 263curLineSize = new UVSize(Orientation); 291UVSize curLineSize = new UVSize(Orientation); 292UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 304UVSize sz = new UVSize( 322curLineSize = new UVSize(Orientation); 353UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);
8 references to UVSize
PresentationFramework (8)
src\Framework\System\Windows\Controls\WrapPanel.cs (8)
225UVSize curLineSize = new UVSize(Orientation); 226UVSize panelSize = new UVSize(Orientation); 227UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 248UVSize sz = new UVSize( 291UVSize curLineSize = new UVSize(Orientation); 292UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 304UVSize sz = new UVSize( 353UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);