1 write to items
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
951
this.
items
= new ItemList<ItemInfo>(this);
2 references to items
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
960
return this.
items
;
1074
foreach (ItemInfo item in this.parent.
items
)