4 references to TestChunkProperty
System.Windows.Forms.Tests (4)
System\Windows\Forms\ProgressBarRendererTest.cs (4)
48
TestChunkProperty
(() => ProgressBarRenderer.ChunkThickness, VisualStyleElement.ProgressBar.Chunk.Normal, 6);
51
TestChunkProperty
(() => ProgressBarRenderer.ChunkThickness, VisualStyleElement.ProgressBar.ChunkVertical.Normal, 6);
58
TestChunkProperty
(() => ProgressBarRenderer.ChunkSpaceThickness, VisualStyleElement.ProgressBar.Chunk.Normal, 0);
61
TestChunkProperty
(() => ProgressBarRenderer.ChunkSpaceThickness, VisualStyleElement.ProgressBar.ChunkVertical.Normal, 0);