3 references to WS_MAXIMIZE
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
546if ( IsBitSet(style, SafeNativeMethods.WS_MAXIMIZE) ) 869if (IsBitSet(style, SafeNativeMethods.WS_MAXIMIZE)) 914if ( IsBitSet(style, SafeNativeMethods.WS_MAXIMIZE) || IsBitSet(style, SafeNativeMethods.WS_MINIMIZE) )