1 write to _hookProc
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
31
_hookProc
= HookProcInternal;
1 reference to _hookProc
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
32
_functionPointer = (delegate* unmanaged[Stdcall]<HWND, uint, WPARAM, LPARAM, nuint>)(void*)Marshal.GetFunctionPointerForDelegate(
_hookProc
);