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