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