25 references to Bits
System.Windows.Controls.Ribbon (25)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (25)
244
get { return _bits[(int)
Bits
.FilterMenuButtonTemplateIsBound]; }
245
set { _bits[(int)
Bits
.FilterMenuButtonTemplateIsBound] = value; }
656
get { return _bits[(int)
Bits
.ShouldExecuteCommand]; }
657
set { _bits[(int)
Bits
.ShouldExecuteCommand] = value; }
693
get { return _bits[(int)
Bits
.ShouldForceCoerceSelectedItem]; }
694
set { _bits[(int)
Bits
.ShouldForceCoerceSelectedItem] = value; }
796
get { return _bits[(int)
Bits
.ShouldForceCoerceSelectedValue]; }
797
set { _bits[(int)
Bits
.ShouldForceCoerceSelectedValue] = value; }
995
get { return _bits[(int)
Bits
.IsSynchronizedWithCurrentItemInternal]; }
996
set { _bits[(int)
Bits
.IsSynchronizedWithCurrentItemInternal] = value; }
1561
get { return _bits[(int)
Bits
.IsSelectionChangeActive]; }
1562
set { _bits[(int)
Bits
.IsSelectionChangeActive] = value; }
1763
get { return _bits[(int)
Bits
.IsHighlightChangeActive]; }
1764
set { _bits[(int)
Bits
.IsHighlightChangeActive] = value; }
1769
get { return _bits[(int)
Bits
.ShouldForceCoerceHighlightedItem]; }
1770
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);