2 references to WS_POPUP
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
88if (Misc.IsBitSet(Misc.GetWindowStyle(hwndCurrent), NativeMethods.WS_POPUP))
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
146Misc.IsBitSet(style, NativeMethods.WS_POPUP);