4 writes to CopyManaged
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (4)
1014
CopyManaged
= MarshalGeneric<T>.CopyManaged;
1054
CopyManaged
= MarshalNonBlittable<T>.CopyManaged;
1083
CopyManaged
= (T value, IntPtr dest) => MarshalInspectable.CopyManaged(value, dest);
1094
CopyManaged
= MarshalGeneric<T>.CopyManaged;
2 references to CopyManaged
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (2)
544
Marshaler<T>.
CopyManaged
(array[i], (IntPtr)bytes);
573
Marshaler<T>.
CopyManaged
(array[i], (IntPtr)bytes);