10 references to _bits
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (10)
1353
get { return
_bits
[(int)Bits.PseudoIsKeyboardFocusWithin]; }
1354
set {
_bits
[(int)Bits.PseudoIsKeyboardFocusWithin] = value; }
1359
get { return
_bits
[(int)Bits.RetainFocusOnEscape]; }
1360
set {
_bits
[(int)Bits.RetainFocusOnEscape] = value; }
1365
get { return
_bits
[(int)Bits.InContextMenu]; }
1366
set {
_bits
[(int)Bits.InContextMenu] = value; }
1371
get { return
_bits
[(int)Bits.TemplateApplied]; }
1372
set {
_bits
[(int)Bits.TemplateApplied] = value; }
1377
get { return
_bits
[(int)Bits.HandleSpaceEnterUp]; }
1378
set {
_bits
[(int)Bits.HandleSpaceEnterUp] = value; }