7 references to idFrom
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1936int commandID = (int)ttt->hdr.idFrom;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
426OnToolTipVisibilityChanging((nint)nmhdr->idFrom, nmhdr->code == PInvoke.TTN_SHOW);
System.Windows.Forms.Interop.Tests (5)
RichTextBoxTests.cs (5)
23Assert.Equal(432u, value.nmhdr.idFrom); 38Assert.Equal(432u, value.nmhdr.idFrom); 53Assert.Equal(432u, value.nmhdr.idFrom); 134Assert.Equal(432u, value.nmhdr.idFrom); 148Assert.Equal(432u, value.nmhdr.idFrom);