2 references to InspectableArray
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
304if (this.Type != PropertyType.InspectableArray)
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
460return new CLRIReferenceArrayImpl<Object>(PropertyType.InspectableArray, (Object[])obj);