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