10 references to _bits
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (10)
1350
get { return
_bits
[(int)Bits.PseudoIsKeyboardFocusWithin]; }
1351
set {
_bits
[(int)Bits.PseudoIsKeyboardFocusWithin] = value; }
1356
get { return
_bits
[(int)Bits.RetainFocusOnEscape]; }
1357
set {
_bits
[(int)Bits.RetainFocusOnEscape] = value; }
1362
get { return
_bits
[(int)Bits.InContextMenu]; }
1363
set {
_bits
[(int)Bits.InContextMenu] = value; }
1368
get { return
_bits
[(int)Bits.TemplateApplied]; }
1369
set {
_bits
[(int)Bits.TemplateApplied] = value; }
1374
get { return
_bits
[(int)Bits.HandleSpaceEnterUp]; }
1375
set {
_bits
[(int)Bits.HandleSpaceEnterUp] = value; }