7 references to WS_MINIMIZE
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\EventManager.cs (1)
469else if (Misc.IsBitSet(style, NativeMethods.WS_MINIMIZE))
MS\Internal\AutomationProxies\WindowsTitleBar.cs (4)
299if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_MINIMIZE)) 384if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_MINIMIZE)) 424if ((WindowStyle & NativeMethods.WS_MINIMIZE) != 0) 442if ((WindowStyle & NativeMethods.WS_MINIMIZE) != 0)
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
285if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_MINIMIZE)) 329if (Misc.IsBitSet(Misc.GetWindowStyle(hwnd), NativeMethods.WS_MINIMIZE))