8 references to GetParent
PresentationCore (4)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (2)
396
dest = peer.
GetParent
();
520
AutomationPeer parent = root.
GetParent
();
Core\CSharp\MS\Internal\UIElementHelper.cs (1)
229
if (ap.
GetParent
() != null)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
614
if(
GetParent
() == null)
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
791
AutomationPeer parent = this.
GetParent
();
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
913
AutomationPeer 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)
141
AutomationPeer parent = this.
GetParent
();