13 references to MouseOverBackgroundProperty
System.Windows.Controls.Ribbon (13)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
335
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
322
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
367
return (Brush)element.GetValue(
MouseOverBackgroundProperty
);
376
element.SetValue(
MouseOverBackgroundProperty
, value);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
540
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
444
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1730
new PropertyAndTransferMode () { Property = RibbonControlService.
MouseOverBackgroundProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
341
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
415
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
337
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
190
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonTabHeader));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
519
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
344
RibbonControlService.
MouseOverBackgroundProperty
.AddOwner(typeof(RibbonToggleButton));