10 references to FocusedBackgroundProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
380
RibbonControlService.
FocusedBackgroundProperty
.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
397
RibbonControlService.
FocusedBackgroundProperty
.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
507
return (Brush)element.GetValue(
FocusedBackgroundProperty
);
516
element.SetValue(
FocusedBackgroundProperty
, value);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1730
new PropertyAndTransferMode () { Property = RibbonControlService.
FocusedBackgroundProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
386
RibbonControlService.
FocusedBackgroundProperty
.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
413
RibbonControlService.
FocusedBackgroundProperty
.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
205
RibbonControlService.
FocusedBackgroundProperty
.AddOwner(typeof(RibbonTabHeader));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
534
RibbonControlService.
FocusedBackgroundProperty
.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
420
RibbonControlService.
FocusedBackgroundProperty
.AddOwner(typeof(RibbonToggleButton));