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