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