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