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