7 references to WS_MINIMIZE
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\EventManager.cs (1)
455else if (Misc.IsBitSet(style, NativeMethods.WS_MINIMIZE))
MS\Internal\AutomationProxies\WindowsTitleBar.cs (4)
286if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_MINIMIZE)) 371if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_MINIMIZE)) 411if ((WindowStyle & NativeMethods.WS_MINIMIZE) != 0) 429if ((WindowStyle & NativeMethods.WS_MINIMIZE) != 0)
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
265if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_MINIMIZE)) 309if (Misc.IsBitSet(Misc.GetWindowStyle(hwnd), NativeMethods.WS_MINIMIZE))