4 writes to _index
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (4)
764
_index
= -1;
785
_index
++;
792
_index
= _collection._size;
866
_index
= -1;
4 references to _index
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (4)
783
if (
_index
< (_collection._size - 1))
786
_currentElement = _collection[
_index
];
809
if (
_index
== -1)
835
if (
_index
== -1)