10 references to hwndFrom
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (3)
12485
if (!ReflectMessage(nmhdr->
hwndFrom
, ref m))
12491
nmhdr->
hwndFrom
,
12498
nmhdr->
hwndFrom
,
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30039
PInvokeCore.SendMessage(nmhdr->
hwndFrom
, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6885
PInvokeCore.SendMessage(nmhdr->
hwndFrom
, PInvoke.TTM_SETMAXTIPWIDTH, (WPARAM)0, (LPARAM)SystemInformation.MaxWindowTrackSize.Width);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5270
if (nmhdr->
hwndFrom
== ToolTip.Handle)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
294
if (nmhdr->
hwndFrom
== PropertyGridView.ToolTip.Handle)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2125
PInvokeCore.SendMessage(nmhdr->
hwndFrom
, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
3122
HWND tooltipHandle = nmhdr->
hwndFrom
;
3423
PInvokeCore.SendMessage(nmhdr->
hwndFrom
, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);