7 references to FromAbi
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (3)
48
var obj = MarshalInspectable.
FromAbi
(thisPtr);
266
var obj = MarshalInspectable.
FromAbi
(thisPtr);
371
var obj = MarshalInspectable.
FromAbi
(thisPtr);
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
143
var obj = MarshalInspectable.
FromAbi
(thisPtr);
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
802
object primaryManagedWrapper = MarshalInspectable.
FromAbi
(ptr);
977
public static unsafe object[] FromAbiArray(object box) => MarshalInterfaceHelper<object>.FromAbiArray(box,
FromAbi
);
1092
FromAbi = (object box) => (T)MarshalInspectable.
FromAbi
((IntPtr)box);