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