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