6 references to WS_MAXIMIZE
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (1)
452
if (Misc.IsBitSet(style, NativeMethods.
WS_MAXIMIZE
))
MS\Internal\AutomationProxies\WindowsTitleBar.cs (3)
297
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_MAXIMIZE
))
381
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_MAXIMIZE
))
423
if ((WindowStyle & NativeMethods.
WS_MAXIMIZE
) != 0)
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
278
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_MAXIMIZE
))
319
if (Misc.IsBitSet(Misc.GetWindowStyle(hwnd), NativeMethods.
WS_MAXIMIZE
))