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