6 references to WS_MAXIMIZE
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (1)
465
if (Misc.IsBitSet(style, NativeMethods.
WS_MAXIMIZE
))
MS\Internal\AutomationProxies\WindowsTitleBar.cs (3)
309
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_MAXIMIZE
))
393
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_MAXIMIZE
))
435
if ((WindowStyle & NativeMethods.
WS_MAXIMIZE
) != 0)
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
294
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_MAXIMIZE
))
335
if (Misc.IsBitSet(Misc.GetWindowStyle(hwnd), NativeMethods.
WS_MAXIMIZE
))