1 write to AbiToProjectionVftblPtr
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\IUnknownVftbl.cs (1)
25AbiToProjectionVftblPtr = Marshal.AllocHGlobal(Marshal.SizeOf<IUnknownVftbl>());
3 references to AbiToProjectionVftblPtr
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (1)
140Vtable = IUnknownVftbl.AbiToProjectionVftblPtr
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
80Vtable = IUnknownVftbl.AbiToProjectionVftblPtr
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\IUnknownVftbl.cs (1)
26Marshal.StructureToPtr(AbiToProjectionVftbl, AbiToProjectionVftblPtr, false);