5 references to GetDelegateForFunctionPointer
Microsoft.Build (1)
InprocTrackingNativeMethods.cs (1)
243
return (DT)(Object)Marshal.
GetDelegateForFunctionPointer
(entryPoint, typeof(DT));
PresentationCore (1)
System\Windows\Media\MediaContextNotificationWindow.cs (1)
187
ChangeWindowMessageFilterNative function = Marshal.
GetDelegateForFunctionPointer
(
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
431
get_Current_0 = Marshal.
GetDelegateForFunctionPointer
(vftbl[6], get_Current_0_Type);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (2)
221
GetAt_0 = Marshal.
GetDelegateForFunctionPointer
(vftbl[6], GetAt_0_Type);
223
IndexOf_2 = Marshal.
GetDelegateForFunctionPointer
(vftbl[8], IndexOf_2_Type);