4 writes to _index
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (4)
751
_index
= -1;
772
_index
++;
779
_index
= _collection._size;
853
_index
= -1;
4 references to _index
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (4)
770
if (
_index
< (_collection._size - 1))
773
_currentElement = _collection[
_index
];
796
if (
_index
== -1)
822
if (
_index
== -1)