10 references to CheckedBackgroundProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
366
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
450
return (Brush)element.GetValue(
CheckedBackgroundProperty
);
459
element.SetValue(
CheckedBackgroundProperty
, value);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
584
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1711
new PropertyAndTransferMode () { Property = RibbonControlService.
CheckedBackgroundProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
459
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
381
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
88
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonSplitButton));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
234
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonTabHeader));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
388
RibbonControlService.
CheckedBackgroundProperty
.AddOwner(typeof(RibbonToggleButton));