6 references to Normal
System.Windows.Forms (3)
System\Windows\Forms\Controls\ProgressBar\ProgressBarRenderer.cs (3)
49InitializeRenderer(VisualStyleElement.ProgressBar.Chunk.Normal); 71InitializeRenderer(VisualStyleElement.ProgressBar.Chunk.Normal); 84InitializeRenderer(VisualStyleElement.ProgressBar.Chunk.Normal);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ProgressBarRendererTest.cs (2)
48TestChunkProperty(() => ProgressBarRenderer.ChunkThickness, VisualStyleElement.ProgressBar.Chunk.Normal, 6); 58TestChunkProperty(() => ProgressBarRenderer.ChunkSpaceThickness, VisualStyleElement.ProgressBar.Chunk.Normal, 0);
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (1)
311yield return new object[] { I(() => VisualStyleElement.ProgressBar.Chunk.Normal), "PROGRESS", 3, 0 };