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