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