1 instantiation of PropertyDescriptorImpl
System.Activities (1)
System\Activities\WorkflowDataContext.cs (1)
106
PropertyDescriptorImpl property = new
PropertyDescriptorImpl
(reference);
9 references to PropertyDescriptorImpl
System.Activities (9)
System\Activities\WorkflowDataContext.cs (9)
19
IDictionary<Location,
PropertyDescriptorImpl
> locationMapping;
78
List<
PropertyDescriptorImpl
> propertyList = new List<
PropertyDescriptorImpl
>();
100
List<
PropertyDescriptorImpl
> propertyList)
106
PropertyDescriptorImpl
property = new PropertyDescriptorImpl(reference);
112
void AddNotifyHandler(
PropertyDescriptorImpl
property)
125
this.locationMapping = new Dictionary<Location,
PropertyDescriptorImpl
>();
144
PropertyDescriptorImpl
property;
163
foreach (KeyValuePair<Location,
PropertyDescriptorImpl
> pair in this.locationMapping)