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