2 writes to _rowHeight
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (2)
86_rowHeight = 0; 108_rowHeight = childSize.Height;
6 references to _rowHeight
PresentationFramework (6)
System\Windows\Controls\Primitives\TabPanel.cs (6)
107if (_rowHeight < childSize.Height) 129contentSize.Height = _rowHeight * _numRows; 243childOffset.Y = (_numRows - 1 - activeRow) * _rowHeight; 246childOffset.Y = (_numRows - activeRow) * _rowHeight; 265Size cellSize = new Size(headerSize[childIndex], _rowHeight); 287childOffset.Y += _rowHeight;