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