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