4 references to LEFT_LOCATION_INDEX
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolTip.cs (4)
1805possibleLocations[LEFT_LOCATION_INDEX] = new Rectangle(toolRectangle.Left - width, centeredY, width, height); 1898if (competingIndex == LEFT_LOCATION_INDEX || competingIndex == RIGHT_LOCATION_INDEX) { 1904if (rtlEnabled && competingIndex == LEFT_LOCATION_INDEX) { 1908case LEFT_LOCATION_INDEX: