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