4 references to WS_MINIMIZE
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
549
else if ( IsBitSet(style, SafeNativeMethods.
WS_MINIMIZE
) )
711
if ( IsBitSet(style, SafeNativeMethods.
WS_MINIMIZE
) )
876
if ( IsBitSet(style, SafeNativeMethods.
WS_MINIMIZE
) && !IsBitSet(extendedStyle, SafeNativeMethods.WS_EX_MDICHILD) )
913
if ( IsBitSet(style, SafeNativeMethods.WS_MAXIMIZE) || IsBitSet(style, SafeNativeMethods.
WS_MINIMIZE
) )