8 references to Bits
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (8)
1348get { return _bits[(int)Bits.GroupPrepared]; } 1349set { _bits[(int)Bits.GroupPrepared] = value; } 1354get { return _bits[(int)Bits.RetainFocusOnEscape]; } 1355set { _bits[(int)Bits.RetainFocusOnEscape] = value; } 1360get { return _bits[(int)Bits.GroupSizeUpdatePending]; } 1361set { _bits[(int)Bits.GroupSizeUpdatePending] = value; } 1366get { return _bits[(int)Bits.InContextMenu]; } 1367set { _bits[(int)Bits.InContextMenu] = value; }