15 references to hwndFrom
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (3)
11755if (!ReflectMessage(nmhdr->hwndFrom, ref m)) 11761nmhdr->hwndFrom, 11768nmhdr->hwndFrom,
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30039PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6883PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.TTM_SETMAXTIPWIDTH, (WPARAM)0, (LPARAM)SystemInformation.MaxWindowTrackSize.Width);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5270if (nmhdr->hwndFrom == ToolTip.Handle)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
294if (nmhdr->hwndFrom == PropertyGridView.ToolTip.Handle)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2118PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2906HWND tooltipHandle = nmhdr->hwndFrom; 3207PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
System.Windows.Forms.Interop.Tests (5)
RichTextBoxTests.cs (5)
22Assert.Equal((HWND)(nint)765, value.nmhdr.hwndFrom); 37Assert.Equal((HWND)(nint)765, value.nmhdr.hwndFrom); 52Assert.Equal((HWND)(nint)765, value.nmhdr.hwndFrom); 133Assert.Equal((HWND)(nint)765, value.nmhdr.hwndFrom); 147Assert.Equal((HWND)(nint)765, value.nmhdr.hwndFrom);