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)
212double[] headerSize = new double[_numHeaders]; 263bool lastHeaderInRow = isMultiRow && (separatorIndex < solution.Length && solution[separatorIndex] == childIndex || childIndex == _numHeaders - 1);