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