2 writes to lpfnWndProc
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
158windowClass.lpfnWndProc = (delegate* unmanaged[Stdcall]<HWND, uint, WPARAM, LPARAM, LRESULT>)callback;
System.Windows.Forms.Primitives.TestUtilities (1)
Win32\WindowClass.cs (1)
93lpfnWndProc = (delegate* unmanaged[Stdcall]<HWND, uint, WPARAM, LPARAM, LRESULT>)Marshal.GetFunctionPointerForDelegate(_windowProcedure),
1 reference to lpfnWndProc
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
152_defaultWindProc = (nint)windowClass.lpfnWndProc;