10 references to _bits
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (10)
1343
get { return
_bits
[(int)Bits.PseudoIsKeyboardFocusWithin]; }
1344
set {
_bits
[(int)Bits.PseudoIsKeyboardFocusWithin] = value; }
1349
get { return
_bits
[(int)Bits.RetainFocusOnEscape]; }
1350
set {
_bits
[(int)Bits.RetainFocusOnEscape] = value; }
1355
get { return
_bits
[(int)Bits.InContextMenu]; }
1356
set {
_bits
[(int)Bits.InContextMenu] = value; }
1361
get { return
_bits
[(int)Bits.TemplateApplied]; }
1362
set {
_bits
[(int)Bits.TemplateApplied] = value; }
1367
get { return
_bits
[(int)Bits.HandleSpaceEnterUp]; }
1368
set {
_bits
[(int)Bits.HandleSpaceEnterUp] = value; }