1 write to itemType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
45
this.
itemType
= itemType;
4 references to itemType
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (4)
251
Fx.Assert(null != this.
itemType
, "ItemType cannot be null!");
252
return TypeDescriptor.GetAttributes(this.
itemType
);
275
get { return this.
itemType
; }
1275
foreach (AttachedProperty AttachedProperty in AttachedPropertiesService.GetAttachedProperties(this.
itemType
))