3 writes to CopyManagedArray
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
1002
CopyManagedArray
= (T[] array, IntPtr data) => MarshalString.CopyManagedArray((string[])(object)array, data);
1043
CopyManagedArray
= (T[] array, IntPtr data) => MarshalBlittable<T>.CopyManagedArray(array, data);
1061
CopyManagedArray
= (T[] array, IntPtr data) => MarshalNonBlittable<T>.CopyManagedArray(array, data);
2 references to CopyManagedArray
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
496
Marshaler<T>.
CopyManagedArray
(__items, items);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
307
Marshaler<T>.
CopyManagedArray
(__items, items);