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