3 references to FindVftblType
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (2)
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)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
899
typeof(IObjectReference).GetMethod("As", Type.EmptyTypes).MakeGenericMethod(helperType.
FindVftblType
())