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