1 write to _index
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1505
_children[i].
_index
= i;
9 references to _index
PresentationCore (9)
System\Windows\Automation\Peers\AutomationPeer.cs (9)
1553
&&
_index
>= 0
1554
&&
_index
+ 1 < parent._children.Count
1555
&& parent._children[
_index
] == this )
1557
sibling = parent._children[
_index
+ 1];
1576
&&
_index
- 1 >= 0
1577
&&
_index
< parent._children.Count
1578
&& parent._children[
_index
] == this )
1580
sibling = parent._children[
_index
- 1];
2234
get { return
_index
; }