10 references to FocusedBackgroundProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
379RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
396RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
506return (Brush)element.GetValue(FocusedBackgroundProperty); 515element.SetValue(FocusedBackgroundProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1709new PropertyAndTransferMode () { Property = RibbonControlService.FocusedBackgroundProperty, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
385RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
412RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
204RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonTabHeader));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
533RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
419RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonToggleButton));