2 writes to Direction
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripArrowRenderEventArgs.cs (1)
24Direction = arrowDirection;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripArrowRenderEventArgsTests.cs (1)
91Direction = value
3 references to Direction
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
637arrow = e.Direction switch
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripArrowRenderEventArgsTests.cs (2)
37Assert.Equal(arrowDirection, e.Direction); 93Assert.Equal(value, e.Direction);