2 writes to idFrom
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3560es.nmhdr.idFrom = Marshal.ReadIntPtr((IntPtr)(es64p + 8)); 3580es.nmhdr.idFrom = Marshal.ReadIntPtr((IntPtr)(es64p + 8));
4 references to idFrom
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1293OnToolTipVisibilityChanging(nmhdr.idFrom, nmhdr.code == NativeMethods.TTN_SHOW);
winforms\Managed\System\WinForms\TabControl.cs (1)
2029int commandID = (int)ttt.hdr.idFrom;
winforms\Managed\System\WinForms\ToolBar.cs (2)
1576int commandID = (int)ttt.hdr.idFrom; 1598int commandID = (int)ttt.hdr.idFrom;