8 references to WS_DISABLED
UIAutomationClient (8)
MS\Internal\Automation\HwndProxyElementProvider.cs (8)
299
if ( IsBitSet(GetWindowStyle(), SafeNativeMethods.
WS_DISABLED
) )
492
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
511
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
534
return IsBitSet(GetWindowStyle(hwndOwner), SafeNativeMethods.
WS_DISABLED
);
593
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
853
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
898
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
1775
&& (style & SafeNativeMethods.
WS_DISABLED
) != 0)