1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\IInspectable.cs (1)
38AbiToProjectionVftable = new Vftbl
58 references to Vftbl
PresentationFramework (58)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (15)
442public IInspectable.Vftbl IInspectableVftbl; 453IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 458var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 3); 586public IInspectable.Vftbl IInspectableVftbl; 611IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 630var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 17); 1126public IInspectable.Vftbl IInspectableVftbl; 1137IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 1142var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 3); 1276public IInspectable.Vftbl IInspectableVftbl; 1288IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 1294var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4); 1470public IInspectable.Vftbl IInspectableVftbl; 1479IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 1482var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1);
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (18)
215public IInspectable.Vftbl IInspectableVftbl; 227IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 233var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4); 405public IInspectable.Vftbl IInspectableVftbl; 414IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 417var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 479public IInspectable.Vftbl IInspectableVftbl; 488IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 491var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 560public IInspectable.Vftbl IInspectableVftbl; 569IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 572var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 641public IInspectable.Vftbl IInspectableVftbl; 651IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 655var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 2); 759public IInspectable.Vftbl IInspectableVftbl; 768IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 771var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1);
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (2)
87Vtable = IInspectable.Vftbl.AbiToProjectionVftablePtr 107if (objRef.TryAs<IInspectable.Vftbl>(out var inspectableRef) == 0)
MS\Internal\WindowsRuntime\Generated\WinRT\IInspectable.cs (8)
33public static readonly Vftbl AbiToProjectionVftable; 45AbiToProjectionVftablePtr = Marshal.AllocHGlobal(Marshal.SizeOf<Vftbl>()); 88new IInspectable(ObjectReference<Vftbl>.FromAbi(thisPtr)); 90private readonly ObjectReference<Vftbl> _obj; 92public static implicit operator IInspectable(IObjectReference obj) => obj.As<Vftbl>(); 93public static implicit operator IInspectable(ObjectReference<Vftbl> obj) => new IInspectable(obj); 96public IInspectable(IObjectReference obj) : this(obj.As<Vftbl>()) { } 97public IInspectable(ObjectReference<Vftbl> obj)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
912return objRef.As<IInspectable.Vftbl>();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (1)
201if(objectReference.TryAs<IInspectable.Vftbl>(out var inspectablePtr) == 0)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (8)
96internal IInspectable.Vftbl IInspectableVftbl; 104IInspectableVftbl = Marshal.PtrToStructure<IInspectable.Vftbl>(vftblPtr.Vftbl); 114IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 117var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 418internal IInspectable.Vftbl IInspectableVftbl; 430IInspectableVftbl = Marshal.PtrToStructure<IInspectable.Vftbl>(vftblPtr.Vftbl); 443IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 449var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (4)
207internal IInspectable.Vftbl IInspectableVftbl; 220IInspectableVftbl = Marshal.PtrToStructure<IInspectable.Vftbl>(vftblPtr.Vftbl); 233IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 239var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4);
MS\Internal\WindowsRuntime\Generated\WinRT_Interop.cs (1)
16public IInspectable.Vftbl IInspectableVftbl;