15 references to hwndFrom
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (3)
11755
if (!ReflectMessage(nmhdr->
hwndFrom
, ref m))
11761
nmhdr->
hwndFrom
,
11768
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)
6883
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)
2118
PInvokeCore.SendMessage(nmhdr->
hwndFrom
, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2906
HWND tooltipHandle = nmhdr->
hwndFrom
;
3207
PInvokeCore.SendMessage(nmhdr->
hwndFrom
, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
System.Windows.Forms.Interop.Tests (5)
RichTextBoxTests.cs (5)
22
Assert.Equal((HWND)(nint)765, value.nmhdr.
hwndFrom
);
37
Assert.Equal((HWND)(nint)765, value.nmhdr.
hwndFrom
);
52
Assert.Equal((HWND)(nint)765, value.nmhdr.
hwndFrom
);
133
Assert.Equal((HWND)(nint)765, value.nmhdr.
hwndFrom
);
147
Assert.Equal((HWND)(nint)765, value.nmhdr.
hwndFrom
);