2 writes to targetWindow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeWindow.cs (2)
737
windowClass.
targetWindow
= this;
773
windowClass.
targetWindow
= null;
2 references to targetWindow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeWindow.cs (2)
1493
targetWindow
.AssignHandle(hWnd);
1494
return
targetWindow
.Callback(hWnd, msg, wparam, lparam);