7 references to WS_MINIMIZE
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\EventManager.cs (1)
456else if (Misc.IsBitSet(style, NativeMethods.WS_MINIMIZE))
MS\Internal\AutomationProxies\WindowsTitleBar.cs (4)
287if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_MINIMIZE)) 372if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_MINIMIZE)) 412if ((WindowStyle & NativeMethods.WS_MINIMIZE) != 0) 430if ((WindowStyle & NativeMethods.WS_MINIMIZE) != 0)
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
269if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_MINIMIZE)) 313if (Misc.IsBitSet(Misc.GetWindowStyle(hwnd), NativeMethods.WS_MINIMIZE))