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