1 write to itemType
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
45this.itemType = itemType;
4 references to itemType
System.Activities.Presentation (4)
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))