4 references to WS_CHILD
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
530if (!Misc.IsBitSet(style, NativeMethods.WS_CHILD)) 748if (Misc.IsBitSet(style, NativeMethods.WS_CHILD))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
605if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_CHILD))
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
138Misc.IsBitSet(style, NativeMethods.WS_CHILD) &&