9 writes to hwnd
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridToolTip.cs (2)
68toolInfo.hwnd = dataGrid.Handle; 80toolInfo.hwnd = dataGrid.Handle;
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
919toolInfo.hwnd = Handle; 1133toolInfo.hwnd = Handle; 1223toolInfo.hwnd = Handle;
winforms\Managed\System\WinForms\Form.cs (2)
7852toolInfo.hwnd = owner.Handle; 7863toolInfo.hwnd = IntPtr.Zero;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
133toolInfos[index].hwnd = c.Handle;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1856ti.hwnd = parent.Handle;