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