8 references to GetParent
PresentationCore (4)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (2)
396dest = peer.GetParent(); 520AutomationPeer parent = root.GetParent();
Core\CSharp\MS\Internal\UIElementHelper.cs (1)
229if (ap.GetParent() != null)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
614if(GetParent() == null)
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
791AutomationPeer parent = this.GetParent();
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
913AutomationPeer parent = this.GetParent();
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
264|| (peer?.GetParent() == this && addedChildren[item] == null))
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
141AutomationPeer parent = this.GetParent();