2 writes to _targetWindow
System.Windows.Forms (2)
System\Windows\Forms\NativeWindow.cs (2)
420
windowClass.
_targetWindow
= this;
463
windowClass.
_targetWindow
= prevTargetWindow;
4 references to _targetWindow
System.Windows.Forms (4)
System\Windows\Forms\NativeWindow.cs (1)
417
NativeWindow? prevTargetWindow = windowClass.
_targetWindow
;
System\Windows\Forms\NativeWindow.WindowClass.cs (3)
49
Debug.Assert(
_targetWindow
is not null);
51
_targetWindow
.AssignHandle(hwnd);
52
return
_targetWindow
.Callback(hwnd, msg, wparam, lparam);