2 writes to _index
PresentationFramework (2)
System\Windows\Window.cs (2)
8132
_index
++;
8138
_index
= -1;
2 references to _index
PresentationFramework (2)
System\Windows\Window.cs (2)
8127
get { return (
_index
== 0) ? _child : null; }
8133
return
_index
< _count;