4 references to TestChunkProperty
System.Windows.Forms.Tests (4)
System\Windows\Forms\ProgressBarRendererTest.cs (4)
50
TestChunkProperty
(() => ProgressBarRenderer.ChunkThickness, VisualStyleElement.ProgressBar.Chunk.Normal, 6);
53
TestChunkProperty
(() => ProgressBarRenderer.ChunkThickness, VisualStyleElement.ProgressBar.ChunkVertical.Normal, 6);
60
TestChunkProperty
(() => ProgressBarRenderer.ChunkSpaceThickness, VisualStyleElement.ProgressBar.Chunk.Normal, 0);
63
TestChunkProperty
(() => ProgressBarRenderer.ChunkSpaceThickness, VisualStyleElement.ProgressBar.ChunkVertical.Normal, 0);