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