2 writes to _priorWindowProcedure
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (2)
225_priorWindowProcedure = PInvokeCore.SetWindowLong( 249_priorWindowProcedure = 0;
3 references to _priorWindowProcedure
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (3)
146return PInvokeCore.CallWindowProc((void*)_priorWindowProcedure, (HWND)hWnd, (uint)msg, (nuint)wparam, lparam); 244if (_priorWindowProcedure != 0 || currentSubClass != hookedWndProc) 246PInvokeCore.SetWindowLong(ownerHwnd.Handle, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC, _priorWindowProcedure);