24 references to SetParameters
System.Windows.Forms (22)
System\Windows\Forms\Controls\Buttons\ButtonRenderer.cs (1)
297t_visualStyleRenderer.SetParameters(s_buttonElement.ClassName, s_buttonElement.Part, state);
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (1)
359t_visualStyleRenderer.SetParameters(s_checkBoxElement.ClassName, part, state);
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (1)
335t_visualStyleRenderer.SetParameters(s_radioElement.ClassName, part, state);
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (1)
126t_visualStyleRenderer.SetParameters(visualStyleElement.ClassName, visualStyleElement.Part, state);
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.DataGridViewButtonCellRenderer.cs (1)
27DataGridViewButtonRenderer.SetParameters(s_buttonElement.ClassName, s_buttonElement.Part, buttonState);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellRenderer.cs (1)
27CheckBoxRenderer.SetParameters(s_checkBoxElement.ClassName, s_checkBoxElement.Part, state);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellRenderer.cs (1)
40VisualStyleRenderer.SetParameters(s_headerElement.ClassName, s_headerElement.Part, headerState);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellRenderer.cs (2)
49t_visualStyleRenderer.SetParameters(s_comboBoxBorder.ClassName, s_comboBoxBorder.Part, s_comboBoxBorder.State); 85t_visualStyleRenderer.SetParameters(visualStyleElement.ClassName, visualStyleElement.Part, state);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellRenderer.cs (1)
27VisualStyleRenderer.SetParameters(s_headerElement.ClassName, s_headerElement.Part, headerState);
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellRenderer.cs (1)
27VisualStyleRenderer.SetParameters(s_headerElement.ClassName, s_headerElement.Part, headerState);
System\Windows\Forms\Controls\GroupBox\GroupBoxRenderer.cs (1)
376t_visualStyleRenderer.SetParameters(s_groupBoxElement.ClassName, part, state);
System\Windows\Forms\Controls\TabControl\TabRenderer.cs (1)
160t_visualStyleRenderer.SetParameters(element.ClassName, element.Part, state);
System\Windows\Forms\Controls\TextBox\TextBoxRenderer.cs (1)
96t_visualStyleRenderer.SetParameters(s_textBoxElement.ClassName, s_textBoxElement.Part, state);
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (5)
387vsRenderer.SetParameters(chevronElement.ClassName, chevronElement.Part, GetItemState(item)); 539vsRenderer.SetParameters(splitButtonPart.ClassName, splitButtonPart.Part, GetSplitButtonItemState(splitButton)); 558vsRenderer.SetParameters(splitButtonDropDownPart.ClassName, splitButtonDropDownPart.Part, GetSplitButtonDropDownItemState(splitButton)); 655vsRenderer.SetParameters(toolBarElement.ClassName, toolBarElement.Part, (int)state); 699vsRenderer.SetParameters(separator.ClassName, separator.Part, GetItemState(item));
System\Windows\Forms\Controls\TrackBar\TrackBarRenderer.cs (1)
214t_visualStyleRenderer.SetParameters(element.ClassName, element.Part, state);
System\Windows\Forms\Scrolling\ScrollBarRenderer.cs (1)
153t_visualStyleRenderer.SetParameters(element.ClassName, element.Part, state);
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
190SetParameters(element.ClassName, element.Part, element.State);
System.Windows.Forms.Tests (2)
System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs (2)
516renderer.SetParameters(element.ClassName, element.Part, element.State); 529Assert.Throws<ArgumentException>(() => renderer.SetParameters(element.ClassName, element.Part, element.State));