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