6 overrides of IsContentElementCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
226
override protected bool
IsContentElementCore
()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
323
override protected bool
IsContentElementCore
()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
371
override protected bool
IsContentElementCore
()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
400
protected override bool
IsContentElementCore
()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
498
protected override bool
IsContentElementCore
()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
554
protected override bool
IsContentElementCore
()
2 references to IsContentElementCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1054
result = IsControlElementPrivate() &&
IsContentElementCore
();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
224
/// <see cref="AutomationPeer.
IsContentElementCore
"/>