4 references to FromElement
PresentationCore (1)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
42/// and <seealso cref="FromElement"/>. The type of the peer is determined by the
PresentationFramework (3)
System\Windows\Documents\Table.cs (1)
254TableAutomationPeer peer = ContentElementAutomationPeer.FromElement(this) as TableAutomationPeer;
System\Windows\Documents\TableCell.cs (2)
575TableCellAutomationPeer peer = ContentElementAutomationPeer.FromElement(cell) as TableCellAutomationPeer; 595TableCellAutomationPeer peer = ContentElementAutomationPeer.FromElement(cell) as TableCellAutomationPeer;