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