22 references to _bits
System.Windows.Controls.Ribbon (22)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (22)
247get { return _bits[(int)Bits.FilterMenuButtonTemplateIsBound]; } 248set { _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; } 1560get { return _bits[(int)Bits.IsSelectionChangeActive]; } 1561set { _bits[(int)Bits.IsSelectionChangeActive] = value; } 1762get { return _bits[(int)Bits.IsHighlightChangeActive]; } 1763set { _bits[(int)Bits.IsHighlightChangeActive] = value; } 1768get { return _bits[(int)Bits.ShouldForceCoerceHighlightedItem]; } 1769set { _bits[(int)Bits.ShouldForceCoerceHighlightedItem] = value; } 2954get { return _bits[(int)Bits.CanExecute]; ; } 2957_bits[(int)Bits.CanExecute] = value; 3156get { return _bits[(int)Bits.ShouldGalleryItemsAcquireFocus]; } 3157set { _bits[(int)Bits.ShouldGalleryItemsAcquireFocus] = value; } 3162get { return _bits[(int)Bits.HighlightChangedViaMouse]; } 3163set { _bits[(int)Bits.HighlightChangedViaMouse] = value; }