2 writes to _numRows
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (2)
83_numRows = 1; 116_numRows++;
12 references to _numRows
PresentationFramework (12)
System\Windows\Controls\Primitives\TabPanel.cs (12)
128contentSize.Height = _rowHeight * _numRows; 229bool isMultiRow = _numRows > 1; 244childOffset.Y = (_numRows - 1 - activeRow) * _rowHeight; 247childOffset.Y = (_numRows - activeRow) * _rowHeight; 345activeRow = _numRows - 1; 388int numSeparators = _numRows - 1; 394int[] rowHeaderCount = new int[_numRows]; 395double[] rowWidth = new double[_numRows]; 396double[] rowAverageGap = new double[_numRows]; 397double[] bestSolutionRowAverageGap = new double[_numRows]; 452for (int i = 0; i < _numRows; i++) // for all rows 489for (int i = 0; i < _numRows; i++) // for all rows