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