4 references to WS_MINIMIZE
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
562
else if ( IsBitSet(style, SafeNativeMethods.
WS_MINIMIZE
) )
725
if ( IsBitSet(style, SafeNativeMethods.
WS_MINIMIZE
) )
888
if ( IsBitSet(style, SafeNativeMethods.
WS_MINIMIZE
) && !IsBitSet(extendedStyle, SafeNativeMethods.WS_EX_MDICHILD) )
925
if ( IsBitSet(style, SafeNativeMethods.WS_MAXIMIZE) || IsBitSet(style, SafeNativeMethods.
WS_MINIMIZE
) )