9 references to Index
PresentationFramework (9)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (3)
808
if (this.
Index
!= -1 && parent != null && parent.Children != null && this.
Index
< parent.Children.Count && parent.Children[this.
Index
] == this)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (3)
924
if (this.
Index
!= -1 && parent != null && parent.Children != null && this.
Index
< parent.Children.Count && parent.Children[this.
Index
] == this)
System\Windows\Automation\Peers\ItemAutomationPeer.cs (3)
131
if(this.
Index
!= -1 && parent != null && parent.Children != null && this.
Index
< parent.Children.Count && parent.Children[this.
Index
] == this)