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