1 instantiation of MarshalerArray
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
134
var m = new
MarshalerArray
();
5 references to MarshalerArray
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (5)
132
public static unsafe
MarshalerArray
CreateMarshalerArray(string[] array)
134
var
m = new MarshalerArray();
162
var
m = (
MarshalerArray
)box;
251
((
MarshalerArray
)box).Dispose();