3 references to WS_MAXIMIZE
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
567if ( IsBitSet(style, SafeNativeMethods.WS_MAXIMIZE) ) 889if (IsBitSet(style, SafeNativeMethods.WS_MAXIMIZE)) 934if ( IsBitSet(style, SafeNativeMethods.WS_MAXIMIZE) || IsBitSet(style, SafeNativeMethods.WS_MINIMIZE) )