7 references to GetFunctionPointerForDelegate
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1574Invoke = Marshal.GetFunctionPointerForDelegate(AbiInvokeDelegate)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
451nativeVftbl[6] = Marshal.GetFunctionPointerForDelegate(AbiToProjectionVftable.get_Current_0);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (2)
241nativeVftbl[6] = Marshal.GetFunctionPointerForDelegate(AbiToProjectionVftable.GetAt_0); 243nativeVftbl[8] = Marshal.GetFunctionPointerForDelegate(AbiToProjectionVftable.IndexOf_2);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
353functionPtr = Marshal.GetFunctionPointerForDelegate(d);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
1151return GetFunctionPointerForDelegate((Delegate)(object)d);
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\EmfScope.cs (1)
82IntPtr callback = Marshal.GetFunctionPointerForDelegate(CallBack);