4 writes to _index
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (4)
754
_index
= -1;
775
_index
++;
782
_index
= _collection._size;
856
_index
= -1;
4 references to _index
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (4)
773
if (
_index
< (_collection._size - 1))
776
_currentElement = _collection[
_index
];
799
if (
_index
== -1)
825
if (
_index
== -1)