6 overrides of IsContentElementCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
221protected override bool IsContentElementCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
314protected override bool IsContentElementCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
358protected override bool IsContentElementCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
393protected override bool IsContentElementCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
487protected override bool IsContentElementCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
537protected override bool IsContentElementCore()
1 reference to IsContentElementCore
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1042result = IsControlElementPrivate() && IsContentElementCore();