1 instantiation of DataGridCellAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
65return new System.Windows.Automation.Peers.DataGridCellAutomationPeer(this);
3 references to DataGridCellAutomationPeer
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (3)
837internal DataGridCellAutomationPeer OwningCellPeer 841DataGridCellAutomationPeer cellPeer = null; 845cellPeer = FrameworkElementAutomationPeer.CreatePeerForElement(cell) as DataGridCellAutomationPeer;