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)
89Direction = value
3 references to Direction
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
638arrow = e.Direction switch
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripArrowRenderEventArgsTests.cs (2)
35Assert.Equal(arrowDirection, e.Direction); 91Assert.Equal(value, e.Direction);