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