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)
443public IInspectable.Vftbl IInspectableVftbl; 454IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 459var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 3); 587public IInspectable.Vftbl IInspectableVftbl; 612IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 631var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 17); 1127public IInspectable.Vftbl IInspectableVftbl; 1138IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 1143var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 3); 1277public IInspectable.Vftbl IInspectableVftbl; 1289IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 1295var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4); 1471public IInspectable.Vftbl IInspectableVftbl; 1480IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 1483var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1);
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (18)
216public IInspectable.Vftbl IInspectableVftbl; 228IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 234var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4); 406public IInspectable.Vftbl IInspectableVftbl; 415IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 418var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 480public IInspectable.Vftbl IInspectableVftbl; 489IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 492var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 561public IInspectable.Vftbl IInspectableVftbl; 570IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 573var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 642public IInspectable.Vftbl IInspectableVftbl; 652IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 656var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 2); 760public IInspectable.Vftbl IInspectableVftbl; 769IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 772var 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)
915return 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); 417internal IInspectable.Vftbl IInspectableVftbl; 429IInspectableVftbl = Marshal.PtrToStructure<IInspectable.Vftbl>(vftblPtr.Vftbl); 442IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 448var 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;