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