4 references to TrySetParentInfo
PresentationFramework (4)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
241peer?.TrySetParentInfo(this);
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
493peer.TrySetParentInfo(this);
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
373peer?.TrySetParentInfo(this);
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
168peer?.TrySetParentInfo(parentPeer);