4 writes to _index
PresentationFramework (4)
System\Windows\Controls\RowDefinition.cs (4)
793
_index
= -1;
814
_index
++;
821
_index
= _collection._size;
895
_index
= -1;
4 references to _index
PresentationFramework (4)
System\Windows\Controls\RowDefinition.cs (4)
812
if (
_index
< (_collection._size - 1))
815
_currentElement = _collection[
_index
];
838
if (
_index
== -1)
864
if (
_index
== -1)