2 writes to hwndFrom
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3559es.nmhdr.hwndFrom = Marshal.ReadIntPtr((IntPtr)es64p); 3579es.nmhdr.hwndFrom = Marshal.ReadIntPtr((IntPtr)es64p);
13 references to hwndFrom
System.Windows.Forms (13)
winforms\Managed\System\WinForms\Control.cs (3)
13584if (!ReflectMessageInternal(nmhdr->hwndFrom,ref m)) { 13586m.Result = UnsafeNativeMethods.SendMessage(new HandleRef(null, nmhdr->hwndFrom), NativeMethods.WM_REFLECT + m.Msg, m.WParam, m.LParam); 13590UnsafeNativeMethods.SendMessage(new HandleRef(null, nmhdr->hwndFrom), NativeMethods.WM_REFLECT + m.Msg, m.WParam, m.LParam);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29938UnsafeNativeMethods.SendMessage(new HandleRef(this, nmhdr->hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\ListView.cs (1)
6150UnsafeNativeMethods.SendMessage(new HandleRef(this, nmhdr->hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5270if (nmhdr->hwndFrom == ToolTip.Handle) { 6850if (nmhdr->hwndFrom == psheet.ToolTip.Handle) {
winforms\Managed\System\WinForms\TabControl.cs (1)
2205UnsafeNativeMethods.SendMessage(new HandleRef(nmhdr, nmhdr.hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\ToolBar.cs (3)
1556UnsafeNativeMethods.MapWindowPoints(new HandleRef(nmTB.hdr, nmTB.hdr.hwndFrom), NativeMethods.NullHandleRef, ref rc, 2); 1707int nRet = UnsafeNativeMethods.GetWindowPlacement(new HandleRef(null, note.hwndFrom), ref wndPlacement); 1753SafeNativeMethods.SetWindowPos(new HandleRef(null, note.hwndFrom), NativeMethods.NullHandleRef, leftTop.x, leftTop.y, 0, 0, NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE);
winforms\Managed\System\WinForms\TreeView.cs (2)
2900IntPtr tooltipHandle = nmhdr->hwndFrom; 3210UnsafeNativeMethods.SendMessage(new HandleRef(nmhdr, nmhdr.hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);