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