4 references to IsContentElement
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2473private static object IsContentElement(AutomationPeer peer) { return peer.IsContentElement(); }
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
398return wrapperPeer.IsContentElement();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
496return wrapperPeer.IsContentElement();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
548return wrapperPeer.IsContentElement();