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