1 write to _columnsOrRowsComboBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
164_columnsOrRowsComboBox = new ComboBox();
9 references to _columnsOrRowsComboBox
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\StyleEditorForm.cs (9)
120_columnsOrRowsComboBox.SelectionChangeCommitted += OnComboBoxSelectionChangeCommitted; 282_showTableLayoutPanel.Controls.Add(_columnsOrRowsComboBox, 1, 0); 293resources.ApplyResources(_columnsOrRowsComboBox, "columnsOrRowsComboBox"); 294_columnsOrRowsComboBox.DropDownStyle = ComboBoxStyle.DropDownList; 295_columnsOrRowsComboBox.FormattingEnabled = true; 296_columnsOrRowsComboBox.Items.AddRange( 301_columnsOrRowsComboBox.Margin = new Padding(3, 0, 0, 0); 302_columnsOrRowsComboBox.Name = "columnsOrRowsComboBox"; 560_columnsOrRowsComboBox.SelectedIndex = _isRowCollection ? 1 : 0;