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