4 writes to _index
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (4)
752
_index
= -1;
773
_index
++;
780
_index
= _collection._size;
854
_index
= -1;
4 references to _index
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (4)
771
if (
_index
< (_collection._size - 1))
774
_currentElement = _collection[
_index
];
797
if (
_index
== -1)
823
if (
_index
== -1)