21 references to FromAbi
PresentationFramework (21)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (6)
521
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
962
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
1205
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
1373
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
1507
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
1590
var abiDelegate = ObjectReference<IDelegateVftbl>.
FromAbi
(nativeDelegate);
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (6)
315
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
442
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
516
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
597
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
699
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
796
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)
55
public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.
FromAbi
(thisPtr);
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
926
using var objRef = ObjectReference<IUnknownVftbl>.
FromAbi
(ptr);
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (1)
253
using (var contextCallbackReference = ObjectReference<ABI.WinRT.Interop.IContextCallback.Vftbl>.
FromAbi
(_contextCallbackPtr))