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