10 instantiations of UVSize
PresentationFramework (10)
System\Windows\Controls\WrapPanel.cs (10)
223UVSize curLineSize = new UVSize(Orientation); 224UVSize panelSize = new UVSize(Orientation); 225UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 246UVSize sz = new UVSize( 261curLineSize = new UVSize(Orientation); 289UVSize curLineSize = new UVSize(Orientation); 290UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 302UVSize sz = new UVSize( 320curLineSize = new UVSize(Orientation); 351UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);
8 references to UVSize
PresentationFramework (8)
System\Windows\Controls\WrapPanel.cs (8)
223UVSize curLineSize = new UVSize(Orientation); 224UVSize panelSize = new UVSize(Orientation); 225UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 246UVSize sz = new UVSize( 289UVSize curLineSize = new UVSize(Orientation); 290UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 302UVSize sz = new UVSize( 351UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);