10 references to GetParent
PresentationCore (4)
MS\Internal\Automation\ElementProxy.cs (2)
371dest = peer.GetParent(); 495AutomationPeer parent = root.GetParent();
MS\Internal\UIElementHelper.cs (1)
220if (ap.GetParent() != null)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
586if(GetParent() == null)
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
807AutomationPeer parent = this.GetParent();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
926AutomationPeer parent = this.GetParent();
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
262|| (peer.GetParent() == this && addedChildren[item] == null)))
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
133AutomationPeer parent = this.GetParent();
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (1)
143RibbonGalleryAutomationPeer galleryAutomationPeer = categoryDataPeer.GetParent() as RibbonGalleryAutomationPeer;
Microsoft\Windows\Automation\Peers\RibbonGroupHeaderAutomationPeer.cs (1)
50AutomationPeer ribbonGroupPeer = GetParent();