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