6 references to WS_MAXIMIZE
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (1)
451
if (Misc.IsBitSet(style, NativeMethods.
WS_MAXIMIZE
))
MS\Internal\AutomationProxies\WindowsTitleBar.cs (3)
296
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_MAXIMIZE
))
380
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_MAXIMIZE
))
422
if ((WindowStyle & NativeMethods.
WS_MAXIMIZE
) != 0)
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
274
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_MAXIMIZE
))
315
if (Misc.IsBitSet(Misc.GetWindowStyle(hwnd), NativeMethods.
WS_MAXIMIZE
))