4 references to TCS_BUTTONS
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsTab.cs (4)
438return !Misc.IsBitSet(WindowStyle, NativeMethods.TCS_BUTTONS); 862return Misc.IsBitSet(Misc.GetWindowStyle(hwnd), (NativeMethods.TCS_BUTTONS | NativeMethods.TCS_MULTISELECT)); 1148else if (Misc.IsBitSet(WindowStyle, NativeMethods.TCS_BUTTONS)) 1289if (Misc.IsBitSet(WindowStyle, (NativeMethods.TCS_BUTTONS | NativeMethods.TCS_FOCUSNEVER)))