3 references to WS_DISABLED
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (3)
330
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_DISABLED
))
341
if (Misc.IsBitSet(style, NativeMethods.
WS_DISABLED
))
353
if (Misc.IsBitSet(style, NativeMethods.
WS_DISABLED
))