1 reference to DATAGRIDVIEWCELL_toolTipEllipsisLength
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
4719StringBuilder sb = new StringBuilder(toolTipText.Substring(0, DATAGRIDVIEWCELL_maxToolTipCutOff), DATAGRIDVIEWCELL_maxToolTipCutOff + DATAGRIDVIEWCELL_toolTipEllipsisLength);