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)
116
if (
_rowHeight
< childSize.Height)
138
contentSize.Height =
_rowHeight
* _numRows;
252
childOffset.Y = (_numRows - 1 - activeRow) *
_rowHeight
;
255
childOffset.Y = (_numRows - activeRow) *
_rowHeight
;
274
Size cellSize = new Size(headerSize[childIndex],
_rowHeight
);
296
childOffset.Y +=
_rowHeight
;