22 references to _bits
System.Windows.Controls.Ribbon (22)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (22)
245
get { return
_bits
[(int)Bits.FilterMenuButtonTemplateIsBound]; }
246
set {
_bits
[(int)Bits.FilterMenuButtonTemplateIsBound] = value; }
657
get { return
_bits
[(int)Bits.ShouldExecuteCommand]; }
658
set {
_bits
[(int)Bits.ShouldExecuteCommand] = value; }
694
get { return
_bits
[(int)Bits.ShouldForceCoerceSelectedItem]; }
695
set {
_bits
[(int)Bits.ShouldForceCoerceSelectedItem] = value; }
797
get { return
_bits
[(int)Bits.ShouldForceCoerceSelectedValue]; }
798
set {
_bits
[(int)Bits.ShouldForceCoerceSelectedValue] = value; }
996
get { return
_bits
[(int)Bits.IsSynchronizedWithCurrentItemInternal]; }
997
set {
_bits
[(int)Bits.IsSynchronizedWithCurrentItemInternal] = value; }
1562
get { return
_bits
[(int)Bits.IsSelectionChangeActive]; }
1563
set {
_bits
[(int)Bits.IsSelectionChangeActive] = value; }
1764
get { return
_bits
[(int)Bits.IsHighlightChangeActive]; }
1765
set {
_bits
[(int)Bits.IsHighlightChangeActive] = value; }
1770
get { return
_bits
[(int)Bits.ShouldForceCoerceHighlightedItem]; }
1771
set {
_bits
[(int)Bits.ShouldForceCoerceHighlightedItem] = value; }
2956
get { return
_bits
[(int)Bits.CanExecute]; ; }
2959
_bits
[(int)Bits.CanExecute] = value;
3158
get { return
_bits
[(int)Bits.ShouldGalleryItemsAcquireFocus]; }
3159
set {
_bits
[(int)Bits.ShouldGalleryItemsAcquireFocus] = value; }
3164
get { return
_bits
[(int)Bits.HighlightChangedViaMouse]; }
3165
set {
_bits
[(int)Bits.HighlightChangedViaMouse] = value; }