15 references to IsEnabledProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
134else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\Automation\Schema.cs (2)
279new AutomationPropertyInfo( convertToBool, AutomationElement.IsEnabledProperty, typeof(bool), false ), 390AutomationElement.IsEnabledProperty,
System\Windows\Automation\AutomationElement.cs (1)
1409public bool IsEnabled { get { return (bool) _el.GetPatternPropertyValue(IsEnabledProperty, _useCache); } }
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
910else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
81if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
203else if (idProp == AutomationElement.IsEnabledProperty) 273if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)GetElementProperty(AutomationElement.IsEnabledProperty))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
259else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1380else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
200(bool)GetElementProperty(AutomationElement.IsEnabledProperty)) 210else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
113else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
312else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
466else if (idProp == AutomationElement.IsEnabledProperty)