15 references to IsEnabledProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
135
else if (idProp == AutomationElement.
IsEnabledProperty
)
MS\Internal\Automation\Schema.cs (2)
279
new AutomationPropertyInfo( convertToBool, AutomationElement.
IsEnabledProperty
, typeof(bool), false ),
390
AutomationElement.
IsEnabledProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1410
public bool IsEnabled { get { return (bool) _el.GetPatternPropertyValue(
IsEnabledProperty
, _useCache); } }
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
911
else if (idProp == AutomationElement.
IsEnabledProperty
)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
88
if (idProp == AutomationElement.
IsEnabledProperty
)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
204
else if (idProp == AutomationElement.
IsEnabledProperty
)
274
if (SafeNativeMethods.IsWindowVisible(_hwnd) && (bool)GetElementProperty(AutomationElement.
IsEnabledProperty
))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
260
else if (idProp == AutomationElement.
IsEnabledProperty
)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1381
else if (idProp == AutomationElement.
IsEnabledProperty
)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
204
(bool)GetElementProperty(AutomationElement.
IsEnabledProperty
))
214
else if (idProp == AutomationElement.
IsEnabledProperty
)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
114
else if (idProp == AutomationElement.
IsEnabledProperty
)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
313
else if (idProp == AutomationElement.
IsEnabledProperty
)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
470
else if (idProp == AutomationElement.
IsEnabledProperty
)