3 writes to _numHeaders
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (3)
94
_numHeaders
= 0;
109
_numHeaders
++;
153
_numHeaders
++;
2 references to _numHeaders
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (2)
220
double[] headerSize = new double[
_numHeaders
];
271
bool lastHeaderInRow = isMultiRow && (separatorIndex < solution.Length && solution[separatorIndex] == childIndex || childIndex ==
_numHeaders
- 1);