6 overrides of IsContentElementCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
226override protected bool IsContentElementCore()
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
329override protected bool IsContentElementCore()
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
388override protected bool IsContentElementCore()
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
386protected override bool IsContentElementCore()
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
489protected override bool IsContentElementCore()
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
504protected override bool IsContentElementCore()
2 references to IsContentElementCore
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1058result = IsControlElementPrivate() && IsContentElementCore();
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
224/// <see cref="AutomationPeer.IsContentElementCore"/>