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