6 overrides of IsContentElementCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
221
protected override bool
IsContentElementCore
()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
314
protected override bool
IsContentElementCore
()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
361
protected override bool
IsContentElementCore
()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
393
protected override bool
IsContentElementCore
()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
490
protected override bool
IsContentElementCore
()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
540
protected override bool
IsContentElementCore
()
2 references to IsContentElementCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1042
result = IsControlElementPrivate() &&
IsContentElementCore
();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
219
/// <see cref="AutomationPeer.
IsContentElementCore
"/>