15 references to SetParameters
System.Windows.Forms (12)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellRenderer.cs (1)
31VisualStyleRenderer.SetParameters(s_headerElement);
System\Windows\Forms\Controls\ProgressBar\ProgressBarRenderer.cs (1)
99t_visualStyleRenderer.SetParameters(element);
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (4)
221vsRenderer.SetParameters(VisualStyleElement.ToolBar.Bar.Normal); 288vsRenderer.SetParameters(VisualStyleElement.Rebar.Gripper.Normal); 295vsRenderer.SetParameters(VisualStyleElement.Rebar.GripperVertical.Normal); 775vsRenderer.SetParameters(VisualStyleElement.Status.Bar.Normal);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (5)
270vsr.SetParameters(VisualStyleElement.Spin.Up.Disabled); 274vsr.SetParameters(VisualStyleElement.Spin.Up.Pressed); 285vsr.SetParameters(VisualStyleElement.Spin.Down.Disabled); 289vsr.SetParameters(VisualStyleElement.Spin.Down.Pressed); 293vsr.SetParameters(_mouseOver == ButtonID.Down
System\Windows\Forms\VisualStyles\VisualStyleInformation.cs (1)
200t_visualStyleRenderer.SetParameters(element);
System.Windows.Forms.Tests (3)
System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs (3)
537renderer.SetParameters(element); 549Assert.Throws<ArgumentNullException>("element", () => renderer.SetParameters(null)); 557Assert.Throws<ArgumentException>(() => renderer.SetParameters(element));