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