15 references to IsEnabledProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
151else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\Automation\Schema.cs (2)
266new AutomationPropertyInfo( convertToBool, AutomationElement.IsEnabledProperty, typeof(bool), false ), 375AutomationElement.IsEnabledProperty,
System\Windows\Automation\AutomationElement.cs (1)
1510public bool IsEnabled { get { return (bool) _el.GetPatternPropertyValue(IsEnabledProperty, _useCache); } }
UIAutomationClientsideProviders (11)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
936else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
89if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
219else if (idProp == AutomationElement.IsEnabledProperty) 291if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)GetElementProperty(AutomationElement.IsEnabledProperty))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
276else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1401else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
218(bool)GetElementProperty(AutomationElement.IsEnabledProperty)) 228else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
123else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
325else if (idProp == AutomationElement.IsEnabledProperty)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
481else if (idProp == AutomationElement.IsEnabledProperty)