10 references to Children
PresentationFramework (10)
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\GroupItemAutomationPeer.cs (1)
245
if (peer.ChildrenValid && peer.
Children
== null && this.AncestorsInvalid)
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)