1 instantiation of DataGridCellAutomationPeer
PresentationFramework (1)
System\Windows\Controls\DataGridCell.cs (1)
63return new System.Windows.Automation.Peers.DataGridCellAutomationPeer(this);
3 references to DataGridCellAutomationPeer
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (3)
854internal DataGridCellAutomationPeer OwningCellPeer 858DataGridCellAutomationPeer cellPeer = null; 862cellPeer = FrameworkElementAutomationPeer.CreatePeerForElement(cell) as DataGridCellAutomationPeer;