1 instantiation of MarshalerArray
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
460
MarshalerArray m = new
MarshalerArray
();
5 references to MarshalerArray
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (5)
458
public static unsafe
MarshalerArray
CreateMarshalerArray(T[] array)
460
MarshalerArray
m = new MarshalerArray();
491
var
m = (
MarshalerArray
)box;
593
public static void DisposeMarshalerArray(object box) => ((
MarshalerArray
)box).Dispose();