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