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