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