10 references to PressedBackgroundProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
368RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
354RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
430return (Brush)element.GetValue(PressedBackgroundProperty); 439element.SetValue(PressedBackgroundProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
572RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1733new PropertyAndTransferMode () { Property = RibbonControlService.PressedBackgroundProperty, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
374RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
448RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
369RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
376RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonToggleButton));