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