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