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