1 type derived from AttachedPropertyInfo
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyInfo.cs (1)
31
public sealed class AttachedPropertyInfo<T> :
AttachedPropertyInfo
2 references to AttachedPropertyInfo
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (2)
42
protected abstract IEnumerable<
AttachedPropertyInfo
> AttachedProperties
90
foreach (
AttachedPropertyInfo
attachedPropertyInfo in this.AttachedProperties)