1 write to _windowProc
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.cs (1)
306
_windowProc
= new WNDPROC(Callback);
2 references to _windowProc
System.Windows.Forms (2)
System\Windows\Forms\NativeWindow.cs (2)
311
PInvokeCore.SetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC,
_windowProc
);
873
PInvokeCore.SetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC, PreviousWindow.
_windowProc
!);