3 references to AttachedPropertyDescriptor
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1277
properties.Add(new
AttachedPropertyDescriptor
(AttachedProperty, this));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
404
properties.Add(new
AttachedPropertyDescriptor
(AttachedProperty, this));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
104
select new
AttachedPropertyDescriptor
(attachedProperty, this.parent);