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