8 references to _bits
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (8)
1338
get { return
_bits
[(int)Bits.GroupPrepared]; }
1339
set {
_bits
[(int)Bits.GroupPrepared] = value; }
1344
get { return
_bits
[(int)Bits.RetainFocusOnEscape]; }
1345
set {
_bits
[(int)Bits.RetainFocusOnEscape] = value; }
1350
get { return
_bits
[(int)Bits.GroupSizeUpdatePending]; }
1351
set {
_bits
[(int)Bits.GroupSizeUpdatePending] = value; }
1356
get { return
_bits
[(int)Bits.InContextMenu]; }
1357
set {
_bits
[(int)Bits.InContextMenu] = value; }