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; } 657get { return _bits[(int)Bits.ShouldExecuteCommand]; } 658set { _bits[(int)Bits.ShouldExecuteCommand] = value; } 694get { return _bits[(int)Bits.ShouldForceCoerceSelectedItem]; } 695set { _bits[(int)Bits.ShouldForceCoerceSelectedItem] = value; } 797get { return _bits[(int)Bits.ShouldForceCoerceSelectedValue]; } 798set { _bits[(int)Bits.ShouldForceCoerceSelectedValue] = value; } 996get { return _bits[(int)Bits.IsSynchronizedWithCurrentItemInternal]; } 997set { _bits[(int)Bits.IsSynchronizedWithCurrentItemInternal] = value; } 1562get { return _bits[(int)Bits.IsSelectionChangeActive]; } 1563set { _bits[(int)Bits.IsSelectionChangeActive] = value; } 1764get { return _bits[(int)Bits.IsHighlightChangeActive]; } 1765set { _bits[(int)Bits.IsHighlightChangeActive] = value; } 1770get { return _bits[(int)Bits.ShouldForceCoerceHighlightedItem]; } 1771set { _bits[(int)Bits.ShouldForceCoerceHighlightedItem] = value; } 2953get { return _bits[(int)Bits.CanExecute]; ; } 2956_bits[(int)Bits.CanExecute] = value; 3155get { return _bits[(int)Bits.ShouldGalleryItemsAcquireFocus]; } 3156set { _bits[(int)Bits.ShouldGalleryItemsAcquireFocus] = value; } 3161get { return _bits[(int)Bits.HighlightChangedViaMouse]; } 3162set { _bits[(int)Bits.HighlightChangedViaMouse] = value; } 3221private BitVector32 _bits = new BitVector32((int)Bits.CanExecute | (int)Bits.ShouldExecuteCommand | (int)Bits.ShouldGalleryItemsAcquireFocus);