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