2 references to Down
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
356ArrangeDirection mask = ArrangeDirection.Down
System.Windows.Forms.Tests (1)
System\Windows\Forms\SystemInformationTests.cs (1)
25Assert.Equal((ArrangeDirection)0, direction & ~(ArrangeDirection.Up | ArrangeDirection.Down | ArrangeDirection.Left | ArrangeDirection.Right));