1 write to _index
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1409
_children[i].
_index
= i;
9 references to _index
PresentationCore (9)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (9)
1458
&&
_index
>= 0
1459
&&
_index
+ 1 < parent._children.Count
1460
&& parent._children[
_index
] == this )
1462
sibling = parent._children[
_index
+ 1];
1481
&&
_index
- 1 >= 0
1482
&&
_index
< parent._children.Count
1483
&& parent._children[
_index
] == this )
1485
sibling = parent._children[
_index
- 1];
2146
get { return
_index
; }