6 instantiations of DesignObjectPropertyDescriptor
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (6)
311DesignObjectPropertyDescriptor descriptor = new DesignObjectPropertyDescriptor(properties[i]); 325descriptors.Add(new DesignObjectPropertyDescriptor(data)); 500result = new DesignObjectPropertyDescriptor(data); 514result = new DesignObjectPropertyDescriptor(data); 528result = new DesignObjectPropertyDescriptor(data); 542result = new DesignObjectPropertyDescriptor(data);
5 references to DesignObjectPropertyDescriptor
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (5)
307List<DesignObjectPropertyDescriptor> descriptors = new List<DesignObjectPropertyDescriptor>(properties.Length); 311DesignObjectPropertyDescriptor descriptor = new DesignObjectPropertyDescriptor(properties[i]); 485DesignObjectPropertyDescriptor ConstructDefaultPropertyPropertyDescriptor(string propertyName) 487DesignObjectPropertyDescriptor result = null;