1 write to ArrowColor
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripArrowRenderEventArgsTests.cs (1)
74ArrowColor = value
3 references to ArrowColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
617using var brush = e.ArrowColor.GetCachedSolidBrushScope();
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripArrowRenderEventArgsTests.cs (2)
34Assert.Equal(arrowColor, e.ArrowColor); 76Assert.Equal(value, e.ArrowColor);