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