10 references to PressedBorderBrushProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
349RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
336RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
394return (Brush)element.GetValue(PressedBorderBrushProperty); 403element.SetValue(PressedBorderBrushProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
554RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1708new PropertyAndTransferMode () { Property = RibbonControlService.PressedBorderBrushProperty, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
355RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
429RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
351RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
358RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonToggleButton));