2 instantiations of Vftbl
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
118
AbiToProjectionVftable = new
Vftbl
153
var vftblT = new
Vftbl
(thisPtr);
10 references to Vftbl
PresentationFramework (10)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (10)
44
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<
Vftbl
>(GuidGenerator.GetIID(typeof(IEnumerable<T>)));
114
private static readonly
Vftbl
AbiToProjectionVftable;
147
public static ObjectReference<
Vftbl
> ObjRefFromAbi(IntPtr thisPtr)
153
var
vftblT = new Vftbl(thisPtr);
154
return ObjectReference<
Vftbl
>.FromAbi(thisPtr, vftblT.IInspectableVftbl.IUnknownVftbl, vftblT);
156
public static Guid PIID =
Vftbl
.PIID;
159
public static implicit operator IEnumerable<T>(ObjectReference<
Vftbl
> obj) => (obj != null) ? new IEnumerable<T>(obj) : null;
160
protected readonly ObjectReference<
Vftbl
> _obj;
166
public IEnumerable(IObjectReference obj) : this(obj.As<
Vftbl
>()) { }
167
public IEnumerable(ObjectReference<
Vftbl
> obj)