4 references to GetAttachedProperties
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1275
foreach (AttachedProperty AttachedProperty in AttachedPropertiesService.
GetAttachedProperties
(this.itemType))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
398
var nonBrowsableAttachedProperties = from attachedProperty in AttachedPropertiesService.
GetAttachedProperties
(this.itemType)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
102
var browsableAttachedProperties = from attachedProperty in AttachedPropertiesService.
GetAttachedProperties
(this.parent.ItemType)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\GenericActivityTypeDesigner.xaml.cs (1)
43
IEnumerable<AttachedProperty> properties = attachedPropertiesService.
GetAttachedProperties
(typeof(ActivityBuilder<>));