10 references to PressedBorderBrushProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
350RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
337RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
395return (Brush)element.GetValue(PressedBorderBrushProperty); 404element.SetValue(PressedBorderBrushProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
555RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1729new PropertyAndTransferMode () { Property = RibbonControlService.PressedBorderBrushProperty, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
356RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
430RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
352RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
359RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonToggleButton));