2 writes to _rowHeight
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (2)
94_rowHeight = 0; 116_rowHeight = childSize.Height;
6 references to _rowHeight
PresentationFramework (6)
System\Windows\Controls\Primitives\TabPanel.cs (6)
115if (_rowHeight < childSize.Height) 137contentSize.Height = _rowHeight * _numRows; 251childOffset.Y = (_numRows - 1 - activeRow) * _rowHeight; 254childOffset.Y = (_numRows - activeRow) * _rowHeight; 273Size cellSize = new Size(headerSize[childIndex], _rowHeight); 295childOffset.Y += _rowHeight;