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