10 references to _bits
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (10)
1334
get { return
_bits
[(int)Bits.PseudoIsKeyboardFocusWithin]; }
1335
set {
_bits
[(int)Bits.PseudoIsKeyboardFocusWithin] = value; }
1340
get { return
_bits
[(int)Bits.RetainFocusOnEscape]; }
1341
set {
_bits
[(int)Bits.RetainFocusOnEscape] = value; }
1346
get { return
_bits
[(int)Bits.InContextMenu]; }
1347
set {
_bits
[(int)Bits.InContextMenu] = value; }
1352
get { return
_bits
[(int)Bits.TemplateApplied]; }
1353
set {
_bits
[(int)Bits.TemplateApplied] = value; }
1358
get { return
_bits
[(int)Bits.HandleSpaceEnterUp]; }
1359
set {
_bits
[(int)Bits.HandleSpaceEnterUp] = value; }