1 write to _isRowCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
88_isRowCollection = isRowCollection;
4 references to _isRowCollection
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\StyleEditorForm.cs (4)
560_columnsOrRowsComboBox.SelectedIndex = _isRowCollection ? 1 : 0; 588string baseName = _isRowCollection ? "Row" : "Column"; // these should not be localized 590int styleCount = _isRowCollection ? _tableLayoutPanel.RowStyles.Count : _tableLayoutPanel.ColumnStyles.Count; 597if (_isRowCollection)