4 references to TCS_BUTTONS
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsTab.cs (4)
437return !Misc.IsBitSet(WindowStyle, NativeMethods.TCS_BUTTONS); 861return Misc.IsBitSet(Misc.GetWindowStyle(hwnd), (NativeMethods.TCS_BUTTONS | NativeMethods.TCS_MULTISELECT)); 1147else if (Misc.IsBitSet(WindowStyle, NativeMethods.TCS_BUTTONS)) 1288if (Misc.IsBitSet(WindowStyle, (NativeMethods.TCS_BUTTONS | NativeMethods.TCS_FOCUSNEVER)))