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