2 writes to _rowHeight
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (2)
85
_rowHeight
= 0;
107
_rowHeight
= childSize.Height;
6 references to _rowHeight
PresentationFramework (6)
System\Windows\Controls\Primitives\TabPanel.cs (6)
106
if (
_rowHeight
< childSize.Height)
128
contentSize.Height =
_rowHeight
* _numRows;
244
childOffset.Y = (_numRows - 1 - activeRow) *
_rowHeight
;
247
childOffset.Y = (_numRows - activeRow) *
_rowHeight
;
266
Size cellSize = new Size(headerSize[childIndex],
_rowHeight
);
288
childOffset.Y +=
_rowHeight
;