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