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)
254
TableAutomationPeer peer = ContentElementAutomationPeer.
FromElement
(this) as TableAutomationPeer;
System\Windows\Documents\TableCell.cs (2)
575
TableCellAutomationPeer peer = ContentElementAutomationPeer.
FromElement
(cell) as TableCellAutomationPeer;
595
TableCellAutomationPeer peer = ContentElementAutomationPeer.
FromElement
(cell) as TableCellAutomationPeer;