2 writes to hookedWndProc
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CommonDialog.cs (2)
298
hookedWndProc
= System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(ownerProc);
326
hookedWndProc
= IntPtr.Zero;
1 reference to hookedWndProc
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
320
if ( IntPtr.Zero != defOwnerWndProc || currentSubClass !=
hookedWndProc
) {