3 writes to _numHeaders
PresentationFramework (3)
System\Windows\Controls\Primitives\TabPanel.cs (3)
84
_numHeaders
= 0;
99
_numHeaders
++;
143
_numHeaders
++;
2 references to _numHeaders
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (2)
212
double[] headerSize = new double[
_numHeaders
];
263
bool lastHeaderInRow = isMultiRow && (separatorIndex < solution.Length && solution[separatorIndex] == childIndex || childIndex ==
_numHeaders
- 1);