8 references to WS_DISABLED
UIAutomationClient (8)
MS\Internal\Automation\HwndProxyElementProvider.cs (8)
316
if ( IsBitSet(GetWindowStyle(), SafeNativeMethods.
WS_DISABLED
) )
511
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
530
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
555
return IsBitSet(GetWindowStyle(hwndOwner), SafeNativeMethods.
WS_DISABLED
);
616
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
873
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
918
if (IsBitSet(style, SafeNativeMethods.
WS_DISABLED
))
1786
&& (style & SafeNativeMethods.
WS_DISABLED
) != 0)