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