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