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