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