1 instantiation of DataGridRowAutomationPeer
PresentationFramework (1)
System\Windows\Controls\DataGridRow.cs (1)
1239return new System.Windows.Automation.Peers.DataGridRowAutomationPeer(this);
2 references to DataGridRowAutomationPeer
PresentationFramework (2)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (2)
580DataGridRowAutomationPeer owningRowPeer = GetWrapperPeer() as DataGridRowAutomationPeer;