4 references to WS_MINIMIZE
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
571else if ( IsBitSet(style, SafeNativeMethods.WS_MINIMIZE) ) 733if ( IsBitSet(style, SafeNativeMethods.WS_MINIMIZE) ) 897if ( IsBitSet(style, SafeNativeMethods.WS_MINIMIZE) && !IsBitSet(extendedStyle, SafeNativeMethods.WS_EX_MDICHILD) ) 934if ( IsBitSet(style, SafeNativeMethods.WS_MAXIMIZE) || IsBitSet(style, SafeNativeMethods.WS_MINIMIZE) )