7 references to FromAbi
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (3)
41
var obj = MarshalInspectable.
FromAbi
(thisPtr);
259
var obj = MarshalInspectable.
FromAbi
(thisPtr);
364
var obj = MarshalInspectable.
FromAbi
(thisPtr);
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
136
var obj = MarshalInspectable.
FromAbi
(thisPtr);
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
791
object primaryManagedWrapper = MarshalInspectable.
FromAbi
(ptr);
966
public static unsafe object[] FromAbiArray(object box) => MarshalInterfaceHelper<object>.FromAbiArray(box,
FromAbi
);
1081
FromAbi = (object box) => (T)MarshalInspectable.
FromAbi
((IntPtr)box);