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