2 instantiations of Vftbl
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
446AbiToProjectionVftable = new Vftbl 557var vftblT = new Vftbl(thisPtr);
11 references to Vftbl
PresentationFramework (11)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (11)
200obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(IEnumerator<T>))); 442private static readonly Vftbl AbiToProjectionVftable; 449get_Current_0 = global::System.Delegate.CreateDelegate(get_Current_0_Type, typeof(Vftbl).GetMethod("Do_Abi_get_Current_0", BindingFlags.NonPublic | BindingFlags.Static).MakeGenericMethod(Marshaler<T>.AbiType)), 551public static ObjectReference<Vftbl> ObjRefFromAbi(IntPtr thisPtr) 557var vftblT = new Vftbl(thisPtr); 558return ObjectReference<Vftbl>.FromAbi(thisPtr, vftblT.IInspectableVftbl.IUnknownVftbl, vftblT); 560public static Guid PIID = Vftbl.PIID; 563public static implicit operator IEnumerator<T>(ObjectReference<Vftbl> obj) => (obj != null) ? new IEnumerator<T>(obj) : null; 564protected readonly ObjectReference<Vftbl> _obj; 572public IEnumerator(IObjectReference obj) : this(obj.As<Vftbl>()) { } 573public IEnumerator(ObjectReference<Vftbl> obj)