4 writes to _index
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (4)
798
_index
= -1;
819
_index
++;
826
_index
= _collection._size;
900
_index
= -1;
4 references to _index
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (4)
817
if (
_index
< (_collection._size - 1))
820
_currentElement = _collection[
_index
];
843
if (
_index
== -1)
869
if (
_index
== -1)