4 references to RIGHT_LOCATION_INDEX
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolTip.cs (4)
1803possibleLocations[RIGHT_LOCATION_INDEX] = new Rectangle(toolRectangle.Right, centeredY, width, height); 1898if (competingIndex == LEFT_LOCATION_INDEX || competingIndex == RIGHT_LOCATION_INDEX) { 1902case RIGHT_LOCATION_INDEX: 1910if (!rtlEnabled && competingIndex == RIGHT_LOCATION_INDEX) {