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)
358
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)
487
protected override bool
IsContentElementCore
()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
537
protected override bool
IsContentElementCore
()
1 reference to IsContentElementCore
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1042
result = IsControlElementPrivate() &&
IsContentElementCore
();