2 references to WS_MAXIMIZEBOX
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (2)
36intValue = SetBit(Win32Interop.WS_MAXIMIZEBOX, intValue, false); 43longValue = SetBit((long)Win32Interop.WS_MAXIMIZEBOX, longValue, false);