13 references to MouseOverBackgroundProperty
System.Windows.Controls.Ribbon (13)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
334
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
321
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
366
return (Brush)element.GetValue(
MouseOverBackgroundProperty
);
375
element.SetValue(
MouseOverBackgroundProperty
, value);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
539
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
440
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1705
new PropertyAndTransferMode () { Property = RibbonControlService.
MouseOverBackgroundProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
340
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
414
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
336
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
189
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonTabHeader));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
518
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
343
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonToggleButton));