2 writes to lpfnWndProc
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
158
windowClass.
lpfnWndProc
= (delegate* unmanaged[Stdcall]<HWND, uint, WPARAM, LPARAM, LRESULT>)callback;
System.Windows.Forms.Primitives.TestUtilities (1)
Win32\WindowClass.cs (1)
93
lpfnWndProc
= (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
;