3 writes to arrayType
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\XamlInterfaces.cs (3)
256this.arrayType = arrayType; 265this.arrayType = elements.GetType().GetElementType(); 279this.arrayType = value;
3 references to arrayType
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\XamlInterfaces.cs (3)
274return this.arrayType; 297if (this.arrayType == null) 303retArray = arrayElementList.ToArray(this.arrayType);