1 instantiation of TableAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Documents\Table.cs (1)
196return new TableAutomationPeer(this);
2 references to TableAutomationPeer
PresentationFramework (2)
src\Framework\System\Windows\Documents\Table.cs (2)
279TableAutomationPeer peer = ContentElementAutomationPeer.FromElement(this) as TableAutomationPeer;