20 references to Down
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
2239case ArrowDirection.Down: 3195ToolStripItem nextItem = GetNextItem(currentSel, ArrowDirection.Down);
winforms\Managed\System\WinForms\ToolStripArrowRenderEventArgs.cs (1)
18private ArrowDirection arrowDirection = ArrowDirection.Down;
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
189renderer.DrawArrow(new ToolStripArrowRenderEventArgs(g, this,dropDownArrowRect, arrowColor, ArrowDirection.Down));
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (2)
155 DrawArrow(new ToolStripArrowRenderEventArgs(g, item, dropDownRect, arrowColor, ArrowDirection.Down)); 185 DrawArrow(new ToolStripArrowRenderEventArgs(g, item, new Rectangle(Point.Empty, item.Size), arrowColor, ArrowDirection.Down));
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4359nextItem = (Owner.IsOnDropDown) ? parent.GetNextItem(Owner, ArrowDirection.Down):
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (3)
164ArrowDirection direction = (horizontal) ? ArrowDirection.Down : ArrowDirection.Right; 279DrawArrow(new ToolStripArrowRenderEventArgs(g, item, dropDownRect, SystemColors.ControlText, ArrowDirection.Down)); 1475case ArrowDirection.Down:
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
752case ArrowDirection.Down:
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (3)
347DrawArrow(new ToolStripArrowRenderEventArgs(g, item, new Rectangle(Point.Empty, item.Size), arrowColor, ArrowDirection.Down)); 510DrawArrow(new ToolStripArrowRenderEventArgs(g, splitButton, splitButton.DropDownButtonBounds, arrowColor, ArrowDirection.Down)); 547DrawArrow(new ToolStripArrowRenderEventArgs(g, splitButton, dropDownRect, arrowColor, ArrowDirection.Down));
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
436case ArrowDirection.Down:
System.Workflow.Activities (5)
Designers\StateMachineDesignerPaint.cs (5)
281case ArrowDirection.Down: 299case ArrowDirection.Down: 321if (direction2 == ArrowDirection.Down) 327if (direction2 == ArrowDirection.Down) 356return ArrowDirection.Down;