4 references to IsContentElement
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2486private static object IsContentElement(AutomationPeer peer) { return peer.IsContentElement(); }
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
404return wrapperPeer.IsContentElement();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
503return wrapperPeer.IsContentElement();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
558return wrapperPeer.IsContentElement();