3 references to items
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\ListSurrogate.cs (3)
69
if (this.
items
!= null)
71
for (int n = 0; n <
items
.Count; n++)
72
addMethod.Invoke(this.list, new object[] { this.
items
[n] });