I have a TypeConverter that returns a set of standard values to display a dropdown list of objects of type B for a property of type A. It appears that the PropertyGrid in 2.0 is cloning objects when setting the property for multiple SelectedObjects. In prior levels I was able to get multiple objects of type A to reference the same object of type B via a set in the propertygrid. Is there some way I can do this in 2.0 without implementing ICloneable for class B and making Clone() return this