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 )
1545
sibling = parent._children[
_index
+ 1];
1564
&&
_index
- 1 >= 0
1565
&&
_index
< parent._children.Count
1566
&& parent._children[
_index
] == this )
1568
sibling = parent._children[
_index
- 1];
2218
get { return
_index
; }