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