7 writes to Vtable
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (4)
112
Vtable
= (IntPtr)ifaceAbiType.FindVftblType().GetField("AbiToProjectionVftablePtr", BindingFlags.Public | BindingFlags.Static).GetValue(null)
123
Vtable
= (IntPtr)compatibleIfaceAbiType.FindVftblType().GetField("AbiToProjectionVftablePtr", BindingFlags.Public | BindingFlags.Static).GetValue(null)
133
Vtable
= (IntPtr)obj.GetType().GetHelperType().GetField("AbiToProjectionVftablePtr", BindingFlags.Public | BindingFlags.Static).GetValue(null)
140
Vtable
= IUnknownVftbl.AbiToProjectionVftblPtr
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (2)
80
Vtable
= IUnknownVftbl.AbiToProjectionVftblPtr
87
Vtable
= IInspectable.Vftbl.AbiToProjectionVftablePtr
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComInterfaceTable.cs (1)
259
Vtable
= (nint)TComInterface.VTable,
1 reference to Vtable
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
891
dispatchVtables[j] = (index < userDefinedCount) ? userDefined[index].
Vtable
: runtimeDefinedVtable[index - userDefinedCount];