2 references to CoerceFocusable
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (2)
450get { return _bits[(int)Bits.CoerceFocusable]; } 451set { _bits[(int)Bits.CoerceFocusable] = value; }