1 write to parent
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
26this.parent = parent;
8 references to parent
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (8)
27createFakeModelProperties = this.parent is FakeModelItemImpl; 34yield return CreateProperty(parent, propertyDescriptor); 56return CreateProperty(parent, propertyDescriptor); 75object instance = parent.GetCurrentValue(); 98AttachedPropertiesService AttachedPropertiesService = this.parent.GetEditingContext().Services.GetService<AttachedPropertiesService>(); 102var browsableAttachedProperties = from attachedProperty in AttachedPropertiesService.GetAttachedProperties(this.parent.ItemType) 104select new AttachedPropertyDescriptor(attachedProperty, this.parent); 117EditingContext context = parent.GetEditingContext();