2 references to FromAbi
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (2)
860
public static unsafe T[] FromAbiArray(object box) => MarshalInterfaceHelper<T>.FromAbiArray(box,
FromAbi
);
1071
FromAbi = (object value) => (T)(object)MarshalInterface<T>.
FromAbi
((IntPtr)value);