1 write to State
System.Windows.Forms (1)
System\Windows\Forms\VisualStyles\VisualStyleElement.cs (1)
23State = state;
3 references to State
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellRenderer.cs (1)
49t_visualStyleRenderer.SetParameters(s_comboBoxBorder.ClassName, s_comboBoxBorder.Part, s_comboBoxBorder.State);
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (2)
126public VisualStyleRenderer(VisualStyleElement element) : this(element.ClassName, element.Part, element.State) 190SetParameters(element.ClassName, element.Part, element.State);