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