13 references to MouseOverBackgroundProperty
System.Windows.Controls.Ribbon (13)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
338RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
324RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
374return (Brush)element.GetValue(MouseOverBackgroundProperty); 383element.SetValue(MouseOverBackgroundProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
542RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
447RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1731new PropertyAndTransferMode () { Property = RibbonControlService.MouseOverBackgroundProperty, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
344RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
418RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
339RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
192RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonTabHeader));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
521RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
346RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonToggleButton));