10 instantiations of UVSize
PresentationFramework (10)
System\Windows\Controls\WrapPanel.cs (10)
212UVSize curLineSize = new UVSize(Orientation); 213UVSize panelSize = new UVSize(Orientation); 214UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 235UVSize sz = new UVSize( 250curLineSize = new UVSize(Orientation); 278UVSize curLineSize = new UVSize(Orientation); 279UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 291UVSize sz = new UVSize( 309curLineSize = new UVSize(Orientation); 340UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);
8 references to UVSize
PresentationFramework (8)
System\Windows\Controls\WrapPanel.cs (8)
212UVSize curLineSize = new UVSize(Orientation); 213UVSize panelSize = new UVSize(Orientation); 214UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 235UVSize sz = new UVSize( 278UVSize curLineSize = new UVSize(Orientation); 279UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 291UVSize sz = new UVSize( 340UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);