1 write to _index
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1492
_children[i].
_index
= i;
9 references to _index
PresentationCore (9)
System\Windows\Automation\Peers\AutomationPeer.cs (9)
1540
&&
_index
>= 0
1541
&&
_index
+ 1 < parent._children.Count
1542
&& parent._children[
_index
] == this )
1544
sibling = parent._children[
_index
+ 1];
1563
&&
_index
- 1 >= 0
1564
&&
_index
< parent._children.Count
1565
&& parent._children[
_index
] == this )
1567
sibling = parent._children[
_index
- 1];
2221
get { return
_index
; }