4 references to IsContentElement
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2470private static object IsContentElement(AutomationPeer peer) { return peer.IsContentElement(); }
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
397return wrapperPeer.IsContentElement();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
495return wrapperPeer.IsContentElement();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
544return wrapperPeer.IsContentElement();