2 writes to _rowHeight
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (2)
95_rowHeight = 0; 117_rowHeight = childSize.Height;
6 references to _rowHeight
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (6)
116if (_rowHeight < childSize.Height) 138contentSize.Height = _rowHeight * _numRows; 252childOffset.Y = (_numRows - 1 - activeRow) * _rowHeight; 255childOffset.Y = (_numRows - activeRow) * _rowHeight; 274Size cellSize = new Size(headerSize[childIndex], _rowHeight); 296childOffset.Y += _rowHeight;