8 references to Vftbl
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\IContextCallback.cs (6)
54
public static ObjectReference<
Vftbl
> FromAbi(IntPtr thisPtr) => ObjectReference<
Vftbl
>.FromAbi(thisPtr);
57
public static implicit operator IContextCallback(ObjectReference<
Vftbl
> obj) => (obj != null) ? new IContextCallback(obj) : null;
58
protected readonly ObjectReference<
Vftbl
> _obj;
62
public IContextCallback(IObjectReference obj) : this(obj.As<
Vftbl
>()) { }
63
public IContextCallback(ObjectReference<
Vftbl
> obj)
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (2)
236
var contextCallback = new ABI.WinRT.Interop.IContextCallback(ObjectReference<ABI.WinRT.Interop.IContextCallback.
Vftbl
>.Attach(ref contextCallbackPtr));
252
using (var contextCallbackReference = ObjectReference<ABI.WinRT.Interop.IContextCallback.
Vftbl
>.FromAbi(_contextCallbackPtr))