3 writes to _numHeaders
PresentationFramework (3)
System\Windows\Controls\Primitives\TabPanel.cs (3)
85
_numHeaders
= 0;
100
_numHeaders
++;
144
_numHeaders
++;
2 references to _numHeaders
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (2)
211
double[] headerSize = new double[
_numHeaders
];
262
bool lastHeaderInRow = isMultiRow && (separatorIndex < solution.Length && solution[separatorIndex] == childIndex || childIndex ==
_numHeaders
- 1);