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)
115
if (
_rowHeight
< childSize.Height)
137
contentSize.Height =
_rowHeight
* _numRows;
251
childOffset.Y = (_numRows - 1 - activeRow) *
_rowHeight
;
254
childOffset.Y = (_numRows - activeRow) *
_rowHeight
;
273
Size cellSize = new Size(headerSize[childIndex],
_rowHeight
);
295
childOffset.Y +=
_rowHeight
;