2 writes to tooltipID
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridRow.cs (2)
632tooltipID = new IntPtr(-1); 648tooltipID = (IntPtr)((int)DataGrid.ToolTipId++);
2 references to tooltipID
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridRow.cs (2)
630DataGrid.ToolTipProvider.RemoveToolTip(tooltipID); 649DataGrid.ToolTipProvider.AddToolTip(tooltip, tooltipID, errRect);