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)
146
return PInvokeCore.CallWindowProc((void*)
_priorWindowProcedure
, (HWND)hWnd, (uint)msg, (nuint)wparam, lparam);
244
if (
_priorWindowProcedure
!= 0 || currentSubClass != hookedWndProc)
246
PInvokeCore.SetWindowLong(ownerHwnd.Handle, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC,
_priorWindowProcedure
);