4 writes to _index
PresentationFramework (4)
System\Windows\Controls\RowDefinition.cs (4)
746
_index
= -1;
767
_index
++;
774
_index
= _collection._size;
848
_index
= -1;
4 references to _index
PresentationFramework (4)
System\Windows\Controls\RowDefinition.cs (4)
765
if (
_index
< (_collection._size - 1))
768
_currentElement = _collection[
_index
];
791
if (
_index
== -1)
817
if (
_index
== -1)