10 references to GetParent
PresentationCore (4)
MS\Internal\Automation\ElementProxy.cs (2)
386dest = peer.GetParent(); 510AutomationPeer parent = root.GetParent();
MS\Internal\UIElementHelper.cs (1)
223if (ap.GetParent() != null)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
598if(GetParent() == null)
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
817AutomationPeer parent = this.GetParent();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
937AutomationPeer parent = this.GetParent();
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
278|| (peer.GetParent() == this && addedChildren[item] == null)))
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
144AutomationPeer parent = this.GetParent();
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (1)
148RibbonGalleryAutomationPeer galleryAutomationPeer = categoryDataPeer.GetParent() as RibbonGalleryAutomationPeer;
Microsoft\Windows\Automation\Peers\RibbonGroupHeaderAutomationPeer.cs (1)
56AutomationPeer ribbonGroupPeer = GetParent();