10 references to PressedBackgroundProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
364
RibbonControlService.
PressedBackgroundProperty
.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
351
RibbonControlService.
PressedBackgroundProperty
.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
422
return (Brush)element.GetValue(
PressedBackgroundProperty
);
431
element.SetValue(
PressedBackgroundProperty
, value);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
569
RibbonControlService.
PressedBackgroundProperty
.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1707
new PropertyAndTransferMode () { Property = RibbonControlService.
PressedBackgroundProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
370
RibbonControlService.
PressedBackgroundProperty
.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
444
RibbonControlService.
PressedBackgroundProperty
.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
366
RibbonControlService.
PressedBackgroundProperty
.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
373
RibbonControlService.
PressedBackgroundProperty
.AddOwner(typeof(RibbonToggleButton));