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