6 overrides of IsEnabledCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
202override protected bool IsEnabledCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
305override protected bool IsEnabledCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
353override protected bool IsEnabledCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
432protected override bool IsEnabledCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
543protected override bool IsEnabledCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
462protected override bool IsEnabledCore()
3 references to IsEnabledCore
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
932_isEnabled = IsEnabledCore(); 2090bool isEnabled = IsEnabledCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
200/// <see cref="AutomationPeer.IsEnabledCore"/>