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