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