10 instantiations of UVSize
PresentationFramework (10)
System\Windows\Controls\WrapPanel.cs (10)
213UVSize curLineSize = new UVSize(Orientation); 214UVSize panelSize = new UVSize(Orientation); 215UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 236UVSize sz = new UVSize( 251curLineSize = new UVSize(Orientation); 279UVSize curLineSize = new UVSize(Orientation); 280UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 292UVSize sz = new UVSize( 310curLineSize = new UVSize(Orientation); 341UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);
8 references to UVSize
PresentationFramework (8)
System\Windows\Controls\WrapPanel.cs (8)
213UVSize curLineSize = new UVSize(Orientation); 214UVSize panelSize = new UVSize(Orientation); 215UVSize uvConstraint = new UVSize(Orientation, constraint.Width, constraint.Height); 236UVSize sz = new UVSize( 279UVSize curLineSize = new UVSize(Orientation); 280UVSize uvFinalSize = new UVSize(Orientation, finalSize.Width, finalSize.Height); 292UVSize sz = new UVSize( 341UVSize childSize = new UVSize(Orientation, child.DesiredSize.Width, child.DesiredSize.Height);