4 references to Normal
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)
53
TestChunkProperty(() => ProgressBarRenderer.ChunkThickness, VisualStyleElement.ProgressBar.ChunkVertical.
Normal
, 6);
63
TestChunkProperty(() => ProgressBarRenderer.ChunkSpaceThickness, VisualStyleElement.ProgressBar.ChunkVertical.
Normal
, 0);
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (1)
315
yield return new object[] { I(() => VisualStyleElement.ProgressBar.ChunkVertical.
Normal
), "PROGRESS", 4, 0 };