21 references to FromAbi
PresentationFramework (21)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (6)
522
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
963
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
1206
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
1374
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
1508
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
1591
var abiDelegate = ObjectReference<IDelegateVftbl>.
FromAbi
(nativeDelegate);
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (6)
316
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
443
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
517
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
598
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
700
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
797
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (1)
85
using var unknownRef = ObjectReference<IUnknownVftbl>.
FromAbi
(externalComObject);
MS\Internal\WindowsRuntime\Generated\WinRT\IInspectable.cs (1)
88
new IInspectable(ObjectReference<Vftbl>.
FromAbi
(thisPtr));
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (4)
200
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
289
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
360
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
394
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\IContextCallback.cs (1)
54
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
929
using var objRef = ObjectReference<IUnknownVftbl>.
FromAbi
(ptr);
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (1)
252
using (var contextCallbackReference = ObjectReference<ABI.WinRT.Interop.IContextCallback.Vftbl>.
FromAbi
(_contextCallbackPtr))