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