10 references to FocusedBackgroundProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
383RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
399RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
514return (Brush)element.GetValue(FocusedBackgroundProperty); 523element.SetValue(FocusedBackgroundProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1735new PropertyAndTransferMode () { Property = RibbonControlService.FocusedBackgroundProperty, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
389RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
415RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
207RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonTabHeader));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
536RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
422RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonToggleButton));