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