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