4 writes to _index
PresentationFramework (4)
System\Windows\Controls\RowDefinition.cs (4)
747
_index
= -1;
768
_index
++;
775
_index
= _collection._size;
849
_index
= -1;
4 references to _index
PresentationFramework (4)
System\Windows\Controls\RowDefinition.cs (4)
766
if (
_index
< (_collection._size - 1))
769
_currentElement = _collection[
_index
];
792
if (
_index
== -1)
818
if (
_index
== -1)