2 writes to _numRows
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (2)
93_numRows = 1; 126_numRows++;
12 references to _numRows
PresentationFramework (12)
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (12)
138contentSize.Height = _rowHeight * _numRows; 237bool isMultiRow = _numRows > 1; 252childOffset.Y = (_numRows - 1 - activeRow) * _rowHeight; 255childOffset.Y = (_numRows - activeRow) * _rowHeight; 353activeRow = _numRows - 1; 396int numSeparators = _numRows - 1; 402int[] rowHeaderCount = new int[_numRows]; 403double[] rowWidth = new double[_numRows]; 404double[] rowAverageGap = new double[_numRows]; 405double[] bestSolutionRowAverageGap = new double[_numRows]; 460for (int i = 0; i < _numRows; i++) // for all rows 497for (int i = 0; i < _numRows; i++) // for all rows