4 references to TCS_BUTTONS
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsTab.cs (4)
442return !Misc.IsBitSet(WindowStyle, NativeMethods.TCS_BUTTONS); 866return Misc.IsBitSet(Misc.GetWindowStyle(hwnd), (NativeMethods.TCS_BUTTONS | NativeMethods.TCS_MULTISELECT)); 1152else if (Misc.IsBitSet(WindowStyle, NativeMethods.TCS_BUTTONS)) 1293if (Misc.IsBitSet(WindowStyle, (NativeMethods.TCS_BUTTONS | NativeMethods.TCS_FOCUSNEVER)))