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