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