8 references to WS_DISABLED
UIAutomationClient (8)
MS\Internal\Automation\HwndProxyElementProvider.cs (8)
298
if ( IsBitSet(GetWindowStyle(), SafeNativeMethods.
WS_DISABLED
) )
491
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
510
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
533
return IsBitSet(GetWindowStyle(hwndOwner), SafeNativeMethods.
WS_DISABLED
);
592
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
852
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
897
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
1774
&& (style & SafeNativeMethods.
WS_DISABLED
) != 0)