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