8 references to Bits
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (8)
1351get { return _bits[(int)Bits.GroupPrepared]; } 1352set { _bits[(int)Bits.GroupPrepared] = value; } 1357get { return _bits[(int)Bits.RetainFocusOnEscape]; } 1358set { _bits[(int)Bits.RetainFocusOnEscape] = value; } 1363get { return _bits[(int)Bits.GroupSizeUpdatePending]; } 1364set { _bits[(int)Bits.GroupSizeUpdatePending] = value; } 1369get { return _bits[(int)Bits.InContextMenu]; } 1370set { _bits[(int)Bits.InContextMenu] = value; }