4 references to WS_CHILD
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
523if (!Misc.IsBitSet(style, NativeMethods.WS_CHILD)) 729if (Misc.IsBitSet(style, NativeMethods.WS_CHILD))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
601if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_CHILD))
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
137Misc.IsBitSet(style, NativeMethods.WS_CHILD) &&