25 references to Bits
System.Windows.Controls.Ribbon (25)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (25)
245get { return _bits[(int)Bits.FilterMenuButtonTemplateIsBound]; } 246set { _bits[(int)Bits.FilterMenuButtonTemplateIsBound] = value; } 655get { return _bits[(int)Bits.ShouldExecuteCommand]; } 656set { _bits[(int)Bits.ShouldExecuteCommand] = value; } 692get { return _bits[(int)Bits.ShouldForceCoerceSelectedItem]; } 693set { _bits[(int)Bits.ShouldForceCoerceSelectedItem] = value; } 795get { return _bits[(int)Bits.ShouldForceCoerceSelectedValue]; } 796set { _bits[(int)Bits.ShouldForceCoerceSelectedValue] = value; } 994get { return _bits[(int)Bits.IsSynchronizedWithCurrentItemInternal]; } 995set { _bits[(int)Bits.IsSynchronizedWithCurrentItemInternal] = value; } 1558get { return _bits[(int)Bits.IsSelectionChangeActive]; } 1559set { _bits[(int)Bits.IsSelectionChangeActive] = value; } 1760get { return _bits[(int)Bits.IsHighlightChangeActive]; } 1761set { _bits[(int)Bits.IsHighlightChangeActive] = value; } 1766get { return _bits[(int)Bits.ShouldForceCoerceHighlightedItem]; } 1767set { _bits[(int)Bits.ShouldForceCoerceHighlightedItem] = value; } 2952get { return _bits[(int)Bits.CanExecute]; ; } 2955_bits[(int)Bits.CanExecute] = value; 3154get { return _bits[(int)Bits.ShouldGalleryItemsAcquireFocus]; } 3155set { _bits[(int)Bits.ShouldGalleryItemsAcquireFocus] = value; } 3160get { return _bits[(int)Bits.HighlightChangedViaMouse]; } 3161set { _bits[(int)Bits.HighlightChangedViaMouse] = value; } 3220private BitVector32 _bits = new BitVector32((int)Bits.CanExecute | (int)Bits.ShouldExecuteCommand | (int)Bits.ShouldGalleryItemsAcquireFocus);