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)
549_columnsOrRowsComboBox.SelectedIndex = _isRowCollection ? 1 : 0; 577string baseName = _isRowCollection ? "Row" : "Column"; // these should not be localized 579int styleCount = _isRowCollection ? _tableLayoutPanel.RowStyles.Count : _tableLayoutPanel.ColumnStyles.Count; 586if (_isRowCollection)