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