1 instantiation of TableCellAutomationPeer
PresentationFramework (1)
System\Windows\Documents\TableCell.cs (1)
171return new TableCellAutomationPeer(this);
4 references to TableCellAutomationPeer
PresentationFramework (4)
System\Windows\Documents\TableCell.cs (4)
588TableCellAutomationPeer peer = ContentElementAutomationPeer.FromElement(cell) as TableCellAutomationPeer; 608TableCellAutomationPeer peer = ContentElementAutomationPeer.FromElement(cell) as TableCellAutomationPeer;