5 references to TypePropertyCollection
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (5)
303
if (!DesignObjectWrapper.
TypePropertyCollection
.ContainsKey(type))
333
DesignObjectWrapper.
TypePropertyCollection
[type] = new PropertyDescriptorCollection(descriptors.ToArray(), true);
336
return DesignObjectWrapper.
TypePropertyCollection
[type];
572
if (DesignObjectWrapper.
TypePropertyCollection
.ContainsKey(type))
574
PropertyDescriptorCollection properties = DesignObjectWrapper.
TypePropertyCollection
[type];