3 writes to _numHeaders
PresentationFramework (3)
System\Windows\Controls\Primitives\TabPanel.cs (3)
93
_numHeaders
= 0;
108
_numHeaders
++;
152
_numHeaders
++;
2 references to _numHeaders
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (2)
219
double[] headerSize = new double[
_numHeaders
];
270
bool lastHeaderInRow = isMultiRow && (separatorIndex < solution.Length && solution[separatorIndex] == childIndex || childIndex ==
_numHeaders
- 1);