4 references to WS_CHILD
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
531if (!Misc.IsBitSet(style, NativeMethods.WS_CHILD)) 749if (Misc.IsBitSet(style, NativeMethods.WS_CHILD))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
621if (Misc.IsBitSet(WindowStyle, NativeMethods.WS_CHILD))
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
155Misc.IsBitSet(style, NativeMethods.WS_CHILD) &&