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