4 references to _bits
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (4)
61
get { return
_bits
[(int)Bits.InContextMenu]; }
62
set {
_bits
[(int)Bits.InContextMenu] = value; }
67
get { return
_bits
[(int)Bits.RetainFocusOnEscape]; }
68
set {
_bits
[(int)Bits.RetainFocusOnEscape] = value; }