4 references to ChunkVertical
System.Windows.Forms (1)
System\Windows\Forms\Controls\ProgressBar\ProgressBarRenderer.cs (1)
59
InitializeRenderer(VisualStyleElement.ProgressBar.
ChunkVertical
.Normal);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ProgressBarRendererTest.cs (2)
51
TestChunkProperty(() => ProgressBarRenderer.ChunkThickness, VisualStyleElement.ProgressBar.
ChunkVertical
.Normal, 6);
61
TestChunkProperty(() => ProgressBarRenderer.ChunkSpaceThickness, VisualStyleElement.ProgressBar.
ChunkVertical
.Normal, 0);
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (1)
313
yield return new object[] { I(() => VisualStyleElement.ProgressBar.
ChunkVertical
.Normal), "PROGRESS", 4, 0 };