10 references to GetParent
PresentationCore (4)
MS\Internal\Automation\ElementProxy.cs (2)
372dest = peer.GetParent(); 496AutomationPeer parent = root.GetParent();
MS\Internal\UIElementHelper.cs (1)
221if (ap.GetParent() != null)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
587if(GetParent() == null)
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
811AutomationPeer parent = this.GetParent();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
930AutomationPeer parent = this.GetParent();
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
266|| (peer.GetParent() == this && addedChildren[item] == null)))
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
134AutomationPeer parent = this.GetParent();
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (1)
147RibbonGalleryAutomationPeer galleryAutomationPeer = categoryDataPeer.GetParent() as RibbonGalleryAutomationPeer;
Microsoft\Windows\Automation\Peers\RibbonGroupHeaderAutomationPeer.cs (1)
51AutomationPeer ribbonGroupPeer = GetParent();