25 references to Bits
System.Windows.Controls.Ribbon (25)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (25)
244get { return _bits[(int)Bits.FilterMenuButtonTemplateIsBound]; } 245set { _bits[(int)Bits.FilterMenuButtonTemplateIsBound] = value; } 656get { return _bits[(int)Bits.ShouldExecuteCommand]; } 657set { _bits[(int)Bits.ShouldExecuteCommand] = value; } 693get { return _bits[(int)Bits.ShouldForceCoerceSelectedItem]; } 694set { _bits[(int)Bits.ShouldForceCoerceSelectedItem] = value; } 796get { return _bits[(int)Bits.ShouldForceCoerceSelectedValue]; } 797set { _bits[(int)Bits.ShouldForceCoerceSelectedValue] = value; } 995get { return _bits[(int)Bits.IsSynchronizedWithCurrentItemInternal]; } 996set { _bits[(int)Bits.IsSynchronizedWithCurrentItemInternal] = value; } 1561get { return _bits[(int)Bits.IsSelectionChangeActive]; } 1562set { _bits[(int)Bits.IsSelectionChangeActive] = value; } 1763get { return _bits[(int)Bits.IsHighlightChangeActive]; } 1764set { _bits[(int)Bits.IsHighlightChangeActive] = value; } 1769get { return _bits[(int)Bits.ShouldForceCoerceHighlightedItem]; } 1770set { _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);