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)
8127get { return (_index == 0) ? _child : null; } 8133return _index < _count;