1 write to _index
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1493_children[i]._index = i;
9 references to _index
PresentationCore (9)
System\Windows\Automation\Peers\AutomationPeer.cs (9)
1541&& _index >= 0 1542&& _index + 1 < parent._children.Count 1543&& parent._children[_index] == this ) 1545sibling = parent._children[_index + 1]; 1564&& _index - 1 >= 0 1565&& _index < parent._children.Count 1566&& parent._children[_index] == this ) 1568sibling = parent._children[_index - 1]; 2218get { return _index; }