6 overrides of IsEnabledCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
198override protected bool IsEnabledCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
297override protected bool IsEnabledCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
344override protected bool IsEnabledCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
426protected override bool IsEnabledCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
536protected override bool IsEnabledCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
452protected override bool IsEnabledCore()
3 references to IsEnabledCore
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
919_isEnabled = IsEnabledCore(); 2077bool isEnabled = IsEnabledCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
196/// <see cref="AutomationPeer.IsEnabledCore"/>