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