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