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