2 writes to _numRows
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (2)
84_numRows = 1; 117_numRows++;
12 references to _numRows
PresentationFramework (12)
System\Windows\Controls\Primitives\TabPanel.cs (12)
129contentSize.Height = _rowHeight * _numRows; 230bool isMultiRow = _numRows > 1; 245childOffset.Y = (_numRows - 1 - activeRow) * _rowHeight; 248childOffset.Y = (_numRows - activeRow) * _rowHeight; 346activeRow = _numRows - 1; 389int numSeparators = _numRows - 1; 395int[] rowHeaderCount = new int[_numRows]; 396double[] rowWidth = new double[_numRows]; 397double[] rowAverageGap = new double[_numRows]; 398double[] bestSolutionRowAverageGap = new double[_numRows]; 453for (int i = 0; i < _numRows; i++) // for all rows 490for (int i = 0; i < _numRows; i++) // for all rows