6 references to _bits
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (6)
721
get { return
_bits
[(int)Bits.AreKeyTipAndContentInSync]; }
722
set {
_bits
[(int)Bits.AreKeyTipAndContentInSync] = value; }
727
get { return
_bits
[(int)Bits.IsKeyTipSyncSource]; }
728
set {
_bits
[(int)Bits.IsKeyTipSyncSource] = value; }
733
get { return
_bits
[(int)Bits.SyncingKeyTipAndContent]; }
734
set {
_bits
[(int)Bits.SyncingKeyTipAndContent] = value; }