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; 228bool isMultiRow = _numRows > 1; 243childOffset.Y = (_numRows - 1 - activeRow) * _rowHeight; 246childOffset.Y = (_numRows - activeRow) * _rowHeight; 344activeRow = _numRows - 1; 387int numSeparators = _numRows - 1; 393int[] rowHeaderCount = new int[_numRows]; 394double[] rowWidth = new double[_numRows]; 395double[] rowAverageGap = new double[_numRows]; 396double[] bestSolutionRowAverageGap = new double[_numRows]; 451for (int i = 0; i < _numRows; i++) // for all rows 488for (int i = 0; i < _numRows; i++) // for all rows