1 write to _index
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1494
_children[i].
_index
= i;
9 references to _index
PresentationCore (9)
System\Windows\Automation\Peers\AutomationPeer.cs (9)
1542
&&
_index
>= 0
1543
&&
_index
+ 1 < parent._children.Count
1544
&& parent._children[
_index
] == this )
1546
sibling = parent._children[
_index
+ 1];
1565
&&
_index
- 1 >= 0
1566
&&
_index
< parent._children.Count
1567
&& parent._children[
_index
] == this )
1569
sibling = parent._children[
_index
- 1];
2223
get { return
_index
; }