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)
107
if (
_rowHeight
< childSize.Height)
129
contentSize.Height =
_rowHeight
* _numRows;
243
childOffset.Y = (_numRows - 1 - activeRow) *
_rowHeight
;
246
childOffset.Y = (_numRows - activeRow) *
_rowHeight
;
265
Size cellSize = new Size(headerSize[childIndex],
_rowHeight
);
287
childOffset.Y +=
_rowHeight
;