10 references to PressedBorderBrushProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
353RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
339RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
402return (Brush)element.GetValue(PressedBorderBrushProperty); 411element.SetValue(PressedBorderBrushProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
557RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1734new PropertyAndTransferMode () { Property = RibbonControlService.PressedBorderBrushProperty, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
359RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
433RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
354RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
361RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonToggleButton));