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