2 instantiations of Vftbl
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (2)
231AbiToProjectionVftable = new Vftbl 344var vftblT = new Vftbl(thisPtr);
12 references to Vftbl
PresentationFramework (12)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (12)
33obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(IReadOnlyList<T>))); 227private static readonly Vftbl AbiToProjectionVftable; 234GetAt_0 = global::System.Delegate.CreateDelegate(GetAt_0_Type, typeof(Vftbl).GetMethod("Do_Abi_GetAt_0", BindingFlags.NonPublic | BindingFlags.Static).MakeGenericMethod(Marshaler<T>.AbiType)), 236IndexOf_2 = global::System.Delegate.CreateDelegate(IndexOf_2_Type, typeof(Vftbl).GetMethod("Do_Abi_IndexOf_2", BindingFlags.NonPublic | BindingFlags.Static).MakeGenericMethod(Marshaler<T>.AbiType)), 338public static ObjectReference<Vftbl> ObjRefFromAbi(IntPtr thisPtr) 344var vftblT = new Vftbl(thisPtr); 345return ObjectReference<Vftbl>.FromAbi(thisPtr, vftblT.IInspectableVftbl.IUnknownVftbl, vftblT); 347public static Guid PIID = Vftbl.PIID; 350public static implicit operator IReadOnlyList<T>(ObjectReference<Vftbl> obj) => (obj != null) ? new IReadOnlyList<T>(obj) : null; 351protected readonly ObjectReference<Vftbl> _obj; 357public IReadOnlyList(IObjectReference obj) : this(obj.As<Vftbl>()) { } 358public IReadOnlyList(ObjectReference<Vftbl> obj)