6 references to _bits
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (6)
719
get { return
_bits
[(int)Bits.AreKeyTipAndContentInSync]; }
720
set {
_bits
[(int)Bits.AreKeyTipAndContentInSync] = value; }
725
get { return
_bits
[(int)Bits.IsKeyTipSyncSource]; }
726
set {
_bits
[(int)Bits.IsKeyTipSyncSource] = value; }
731
get { return
_bits
[(int)Bits.SyncingKeyTipAndContent]; }
732
set {
_bits
[(int)Bits.SyncingKeyTipAndContent] = value; }