25 references to Bits
System.Windows.Controls.Ribbon (25)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (25)
245
get { return _bits[(int)
Bits
.FilterMenuButtonTemplateIsBound]; }
246
set { _bits[(int)
Bits
.FilterMenuButtonTemplateIsBound] = value; }
655
get { return _bits[(int)
Bits
.ShouldExecuteCommand]; }
656
set { _bits[(int)
Bits
.ShouldExecuteCommand] = value; }
692
get { return _bits[(int)
Bits
.ShouldForceCoerceSelectedItem]; }
693
set { _bits[(int)
Bits
.ShouldForceCoerceSelectedItem] = value; }
795
get { return _bits[(int)
Bits
.ShouldForceCoerceSelectedValue]; }
796
set { _bits[(int)
Bits
.ShouldForceCoerceSelectedValue] = value; }
994
get { return _bits[(int)
Bits
.IsSynchronizedWithCurrentItemInternal]; }
995
set { _bits[(int)
Bits
.IsSynchronizedWithCurrentItemInternal] = value; }
1558
get { return _bits[(int)
Bits
.IsSelectionChangeActive]; }
1559
set { _bits[(int)
Bits
.IsSelectionChangeActive] = value; }
1760
get { return _bits[(int)
Bits
.IsHighlightChangeActive]; }
1761
set { _bits[(int)
Bits
.IsHighlightChangeActive] = value; }
1766
get { return _bits[(int)
Bits
.ShouldForceCoerceHighlightedItem]; }
1767
set { _bits[(int)
Bits
.ShouldForceCoerceHighlightedItem] = value; }
2952
get { return _bits[(int)
Bits
.CanExecute]; ; }
2955
_bits[(int)
Bits
.CanExecute] = value;
3154
get { return _bits[(int)
Bits
.ShouldGalleryItemsAcquireFocus]; }
3155
set { _bits[(int)
Bits
.ShouldGalleryItemsAcquireFocus] = value; }
3160
get { return _bits[(int)
Bits
.HighlightChangedViaMouse]; }
3161
set { _bits[(int)
Bits
.HighlightChangedViaMouse] = value; }
3220
private BitVector32 _bits = new BitVector32((int)
Bits
.CanExecute | (int)
Bits
.ShouldExecuteCommand | (int)
Bits
.ShouldGalleryItemsAcquireFocus);