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