10 references to CheckedBackgroundProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
367
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
451
return (Brush)element.GetValue(
CheckedBackgroundProperty
);
460
element.SetValue(
CheckedBackgroundProperty
, value);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
585
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1732
new PropertyAndTransferMode () { Property = RibbonControlService.
CheckedBackgroundProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
460
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
382
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
89
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonSplitButton));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
235
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonTabHeader));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
389
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonToggleButton));