10 references to PressedBackgroundProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
365RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
352RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
423return (Brush)element.GetValue(PressedBackgroundProperty); 432element.SetValue(PressedBackgroundProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
570RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1728new PropertyAndTransferMode () { Property = RibbonControlService.PressedBackgroundProperty, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
371RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
445RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
367RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
374RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonToggleButton));