1 instantiation of MarshalerArray
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
290
public static MarshalerArray CreateMarshalerArray(Array array) => new
MarshalerArray
(array);
4 references to MarshalerArray
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (4)
290
public static
MarshalerArray
CreateMarshalerArray(Array array) => new MarshalerArray(array);
294
var
m = (
MarshalerArray
)box;
339
((
MarshalerArray
)box).Dispose();