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