2 references to RetainFocusOnEscape
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
1359get { return _bits[(int)Bits.RetainFocusOnEscape]; } 1360set { _bits[(int)Bits.RetainFocusOnEscape] = value; }