4 references to TCS_BUTTONS
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsTab.cs (4)
444
return !Misc.IsBitSet(WindowStyle, NativeMethods.
TCS_BUTTONS
);
867
return Misc.IsBitSet(Misc.GetWindowStyle(hwnd), (NativeMethods.
TCS_BUTTONS
| NativeMethods.TCS_MULTISELECT));
1153
else if (Misc.IsBitSet(WindowStyle, NativeMethods.
TCS_BUTTONS
))
1294
if (Misc.IsBitSet(WindowStyle, (NativeMethods.
TCS_BUTTONS
| NativeMethods.TCS_FOCUSNEVER)))