2 references to GetOptimalToolTipPosition
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
295/// <see cref="ToolTip.GetOptimalToolTipPosition"/> method. The optimal tooltip position is the position
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1495Point optimalPoint = GetOptimalToolTipPosition(tool, toolRectangle, bubbleSize.Width, bubbleSize.Height);