2 instantiations of Vftbl
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
440AbiToProjectionVftable = new Vftbl 551var vftblT = new Vftbl(thisPtr);
11 references to Vftbl
PresentationFramework (11)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (11)
194obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(IEnumerator<T>))); 436private static readonly Vftbl AbiToProjectionVftable; 443get_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)), 545public static ObjectReference<Vftbl> ObjRefFromAbi(IntPtr thisPtr) 551var vftblT = new Vftbl(thisPtr); 552return ObjectReference<Vftbl>.FromAbi(thisPtr, vftblT.IInspectableVftbl.IUnknownVftbl, vftblT); 554public static Guid PIID = Vftbl.PIID; 557public static implicit operator IEnumerator<T>(ObjectReference<Vftbl> obj) => (obj != null) ? new IEnumerator<T>(obj) : null; 558protected readonly ObjectReference<Vftbl> _obj; 566public IEnumerator(IObjectReference obj) : this(obj.As<Vftbl>()) { } 567public IEnumerator(ObjectReference<Vftbl> obj)