2 writes to _index
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
8667
_index
++;
8673
_index
= -1;
2 references to _index
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
8662
get { return (
_index
== 0) ? _child : null; }
8668
return
_index
< _count;