8 references to _bits
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (8)
1335
get { return
_bits
[(int)Bits.GroupPrepared]; }
1336
set {
_bits
[(int)Bits.GroupPrepared] = value; }
1341
get { return
_bits
[(int)Bits.RetainFocusOnEscape]; }
1342
set {
_bits
[(int)Bits.RetainFocusOnEscape] = value; }
1347
get { return
_bits
[(int)Bits.GroupSizeUpdatePending]; }
1348
set {
_bits
[(int)Bits.GroupSizeUpdatePending] = value; }
1353
get { return
_bits
[(int)Bits.InContextMenu]; }
1354
set {
_bits
[(int)Bits.InContextMenu] = value; }